Package org.nuclos.api.provider
Class MandatorProvider
java.lang.Object
org.nuclos.api.provider.MandatorProvider
The
MandatorProvider
provides several methods to create mandators and manipulate mandator role data-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UID
This method creates a Mandator and returns the id of the new object.static UID
insert
(String name, NuclosMandator parentMandator) This method creates a Mandator and returns the id of the new object.void
setMandatorService
(MandatorService repService)
-
Constructor Details
-
MandatorProvider
public MandatorProvider()
-
-
Method Details
-
setMandatorService
-
insert
This method creates a Mandator and returns the id of the new object.- Parameters:
name
-- Returns:
- UID
- Throws:
BusinessException
-
insert
This method creates a Mandator and returns the id of the new object.- Parameters:
name
-- Returns:
- UID
- Throws:
BusinessException
-