public interface ILGPortalTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
boolean |
canAccess(PortalObjectType type,
java.lang.String keyId) |
PortalStatsTO |
computePortalStat(PortalStatsQuery query) |
java.lang.String |
generateId(QueryPrefixType prefix,
java.lang.String id) |
BPItemDetailTO |
getBusinessProcess(java.lang.String businessProcessId) |
DimensionItemDetailTO |
getDimension(java.lang.String id) |
DimMemberItemDetailTO |
getDimMember(java.lang.String dimMemberId) |
DimMemberItemDetailTO[] |
getDimMembers(java.lang.String dimensionId) |
Portal[] |
getPortalsWithDimension() |
java.lang.String |
stripId(java.lang.String logicalId) |
boolean canAccess(PortalObjectType type, java.lang.String keyId) throws java.rmi.RemoteException
java.rmi.RemoteException
DimMemberItemDetailTO[] getDimMembers(java.lang.String dimensionId) throws java.rmi.RemoteException
java.rmi.RemoteException
DimensionItemDetailTO getDimension(java.lang.String id) throws java.rmi.RemoteException
java.rmi.RemoteException
DimMemberItemDetailTO getDimMember(java.lang.String dimMemberId) throws java.rmi.RemoteException
java.rmi.RemoteException
Portal[] getPortalsWithDimension() throws java.rmi.RemoteException
java.rmi.RemoteException
BPItemDetailTO getBusinessProcess(java.lang.String businessProcessId) throws java.rmi.RemoteException
java.rmi.RemoteException
PortalStatsTO computePortalStat(PortalStatsQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String stripId(java.lang.String logicalId) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String generateId(QueryPrefixType prefix, java.lang.String id) throws java.rmi.RemoteException
java.rmi.RemoteException