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.RemoteExceptionDimMemberItemDetailTO[] getDimMembers(java.lang.String dimensionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDimensionItemDetailTO getDimension(java.lang.String id) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDimMemberItemDetailTO getDimMember(java.lang.String dimMemberId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionPortal[] getPortalsWithDimension() throws java.rmi.RemoteException
java.rmi.RemoteExceptionBPItemDetailTO getBusinessProcess(java.lang.String businessProcessId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionPortalStatsTO computePortalStat(PortalStatsQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String stripId(java.lang.String logicalId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String generateId(QueryPrefixType prefix, java.lang.String id) throws java.rmi.RemoteException
java.rmi.RemoteException