|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.service.OleLocationServiceImpl
public class OleLocationServiceImpl
OleLocationServiceImpl generates list of location to perform location operation using xml content.
Constructor Summary | |
---|---|
OleLocationServiceImpl()
|
Method Summary | ||
---|---|---|
boolean |
createLocation(OleLocation oleLocation)
This method returns boolean after create location. |
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the instance of BusinessObjectService |
|
org.kuali.rice.krad.service.DocumentService |
getDocumentService()
This method returns documentService |
|
org.kuali.rice.kim.api.identity.IdentityService |
getIdentityService()
Gets the identityService attribute value. |
|
OleLocation |
getLocation(String locationCode)
This method returns location using locationCode. |
|
protected static
|
getService(String serviceName)
Gets the instance of IdentityService |
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
Sets the documentService attribute value. |
|
void |
setIdentityService(org.kuali.rice.kim.api.identity.IdentityService identityService)
Sets the identityService attribute value. |
|
boolean |
updateLocation(OleLocation oleLocation)
This method updates location using oleLocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OleLocationServiceImpl()
Method Detail |
---|
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
protected static <T> T getService(String serviceName)
T
- serviceName
-
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService
- public org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
public void setIdentityService(org.kuali.rice.kim.api.identity.IdentityService identityService)
identityService
- public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
documentService
- public OleLocation getLocation(String locationCode)
getLocation
in interface OleLocationService
locationCode
-
public boolean createLocation(OleLocation oleLocation)
createLocation
in interface OleLocationService
oleLocation
-
public boolean updateLocation(OleLocation oleLocation)
updateLocation
in interface OleLocationService
oleLocation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |