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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UIDThis method creates a Mandator and returns the id of the new object.static UIDinsert(String name, NuclosMandator parentMandator) This method creates a Mandator and returns the id of the new object.voidsetMandatorService(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
-