|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.CategoryTable
Method Summary | |
---|---|
ObjectProfileCategory |
getCategory(java.lang.String categoryName)
Gets category by name |
static CategoryTable |
getInstance(DistinguishedName tenantDN)
Get getInstance method for this singleton class |
long |
getLastRefreshTime()
Return the last refresh time |
void |
refresh()
Update cache against LDAP data |
ObjectProfileCategory |
retrieveCategory(java.lang.String categoryName)
Gets category from directory server |
void |
setLastRefreshTime(long time)
Update last refresh time |
void |
updateCategory(ObjectProfileCategory cat)
Updates category in cache and store into ldap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CategoryTable getInstance(DistinguishedName tenantDN) throws ModelIntegrityException
tenantDN
- tenant dn for this category table
ModelIntegrityException
public ObjectProfileCategory getCategory(java.lang.String categoryName) throws ObjectNotFoundException
categoryName
- name of the category
ObjectNotFoundException
public ObjectProfileCategory retrieveCategory(java.lang.String categoryName) throws ModelIntegrityException, ModelCommunicationException
categoryName
- name of the category
ModelIntegrityException
ModelCommunicationException
public void updateCategory(ObjectProfileCategory cat) throws ModelIntegrityException, ModelCommunicationException
cat
- new category for update
ModelIntegrityException
ModelCommunicationException
public void refresh()
public long getLastRefreshTime()
public void setLastRefreshTime(long time)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |