public class GokbLocalServiceImpl extends Object implements GokbLocalService
| Constructor and Description |
|---|
GokbLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
OleGokbOrganization |
buildOrgFromOrgNode(Node orgNode,
String updatedDate)
This method reads the organization node and builds the organization object.
|
OleGokbPackage |
buildPackageFromPackageNode(Node packageNode,
String updatedDate)
This method reads the package node and builds the package object.
|
OleGokbPlatform |
buildPlatformFromPlatformNode(Node platformNode,
String updatedDate)
This method reads the platform node and builds the platform object.
|
OleGokbTitle |
buildTitleFromTitleNode(Node titleNode,
String updatedDate)
This method reads the title node and builds the title object.
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
void |
initLocalGokb()
This method is used to initialize local copy of gokb.
|
void |
initVendors(int updateId)
This method is used to initialize Organizations and Roles.
|
int |
processTipps(int updateId,
OleGokbPackage oleGokbPackage,
NodeList packageChildNodeList,
int noOfTippRecordsInserted)
This method reads the Tipp nodes and initializes Tipps.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
updateLocalGokb(String lastUpdatedTime)
This method is used to update local copy of gokb.
|
void |
updateVendors(String lastUpdatedTime,
int updateId)
This method is used to update Organizations and Roles.
|
public GokbLocalServiceImpl()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public void initLocalGokb()
initLocalGokb in interface GokbLocalServicepublic void updateLocalGokb(String lastUpdatedTime)
updateLocalGokb in interface GokbLocalServicelastUpdatedTime - public void initVendors(int updateId)
updateId - public void updateVendors(String lastUpdatedTime, int updateId)
lastUpdatedTime - updateId - public OleGokbPackage buildPackageFromPackageNode(Node packageNode, String updatedDate)
packageNode - updatedDate - public int processTipps(int updateId, OleGokbPackage oleGokbPackage, NodeList packageChildNodeList, int noOfTippRecordsInserted)
updateId - oleGokbPackage - packageChildNodeList - noOfTippRecordsInserted - public OleGokbTitle buildTitleFromTitleNode(Node titleNode, String updatedDate)
titleNode - updatedDate - public OleGokbPlatform buildPlatformFromPlatformNode(Node platformNode, String updatedDate)
platformNode - updatedDate - public OleGokbOrganization buildOrgFromOrgNode(Node orgNode, String updatedDate)
orgNode - updatedDate - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.