Class ResponsibilityIdServiceImpl
java.lang.Object
org.kuali.rice.kew.responsibility.service.impl.ResponsibilityIdServiceImpl
- All Implemented Interfaces:
ResponsibilityIdService
- Author:
- Kuali Rice Team (rice.collab@kuali.org) TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetResponsibilityIdDAO(ResponsibilityIdDAO responsibilityIdDAO)
-
Constructor Details
-
ResponsibilityIdServiceImpl
public ResponsibilityIdServiceImpl()
-
-
Method Details
-
getNewResponsibilityId
- Specified by:
getNewResponsibilityIdin interfaceResponsibilityIdService
-
getResponsibilityIdDAO
- Returns:
- Returns the responsibilityIdDAO.
-
setResponsibilityIdDAO
- Parameters:
responsibilityIdDAO- The responsibilityIdDAO to set.
-