@ProviderType
public interface StagingGroupHelper
Group fetchLiveGroup(long groupId)
Group fetchLocalLiveGroup(long groupId)
Group fetchLocalStagingGroup(long groupId)
Group fetchRemoteLiveGroup(long groupId)
boolean isLiveGroup(Group group)
boolean isLiveGroup(long groupId)
boolean isLocalLiveGroup(Group group)
boolean isLocalLiveGroup(long groupId)
boolean isLocalStagingGroup(Group group)
boolean isLocalStagingGroup(long groupId)
boolean isLocalStagingOrLocalLiveGroup(Group group)
boolean isLocalStagingOrLocalLiveGroup(long groupId)
boolean isRemoteLiveGroup(Group group)
boolean isRemoteLiveGroup(long groupId)
boolean isRemoteStagingGroup(Group group)
boolean isRemoteStagingGroup(long groupId)
boolean isRemoteStagingOrRemoteLiveGroup(Group group)
boolean isRemoteStagingOrRemoteLiveGroup(long groupId)
boolean isStagedPortlet(Group group, java.lang.String portletId)
boolean isStagedPortlet(long groupId,
java.lang.String portletId)
boolean isStagedPortletData(long groupId,
java.lang.String className)
boolean isStagingGroup(Group group)
boolean isStagingGroup(long groupId)
boolean isStagingOrLiveGroup(Group group)
boolean isStagingOrLiveGroup(long groupId)