public interface SCConfigServiceRemote extends AppServiceRemote
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable |
checkGroupAssociation(UserInfo ui)
Returns message if any start centers have been removed due to group disassociated
|
boolean |
doesAttributeExist(MboSetRemote msr,
java.lang.String attributeName)
Returns true if the given attribute exists in the mboSet
|
java.util.Hashtable |
getPortletControlNameMap(UserInfo ui)
Returns a collection of portletappname vs their control names that are stored in the
database
|
java.lang.Object[] |
getStartCenters(UserInfo ui)
Creates startcenters for a user based on his group template
|
boolean |
isTemplate(UserInfo ui,
long startCenterId)
Returns trus if a start center is a template
|
void |
loadStartCenter(java.lang.String groupName,
UserInfo ui)
Creates startcenters for a user based on his group template
|
long |
loadStartCenterFromTemplate(java.lang.String templateId,
java.lang.String groupName,
UserInfo ui,
boolean modifyTemplate)
Creates startcenters for a user directly based on template id
|
void |
saveAsTemplate(java.lang.String startCenterToCopy,
UserInfo ui)
Creates startcenters for a user based on his group template
|
boolean |
templateBeingModified(UserInfo ui,
long templateID)
Returns trus if this template is being modified by another admin
|
long |
updateStartCenter(MboRemote startCenter)
Update Start Center from latest template.
|
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
void loadStartCenter(java.lang.String groupName, UserInfo ui) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
long loadStartCenterFromTemplate(java.lang.String templateId, java.lang.String groupName, UserInfo ui, boolean modifyTemplate) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void saveAsTemplate(java.lang.String startCenterToCopy, UserInfo ui) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
java.lang.Object[] getStartCenters(UserInfo ui) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
long updateStartCenter(MboRemote startCenter) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
boolean doesAttributeExist(MboSetRemote msr, java.lang.String attributeName) throws java.rmi.RemoteException, MXException
mboName
- attributeName
- java.rmi.RemoteException
MXException
java.util.Hashtable checkGroupAssociation(UserInfo ui) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
java.util.Hashtable getPortletControlNameMap(UserInfo ui) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
boolean templateBeingModified(UserInfo ui, long templateID) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
boolean isTemplate(UserInfo ui, long startCenterId) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException