Uses of Class
org.jasig.portal.channel.ChannelLifecycleState

Packages that use ChannelLifecycleState
org.jasig.portal.channel   
org.jasig.portal.channel.dao.jpa   
org.jasig.portal.portlets.portletadmin   
org.jasig.portal.security   
org.jasig.portal.security.provider   
 

Uses of ChannelLifecycleState in org.jasig.portal.channel
 

Methods in org.jasig.portal.channel that return ChannelLifecycleState
 ChannelLifecycleState IChannelDefinition.getLifecycleState()
          Deprecated.  
static ChannelLifecycleState ChannelLifecycleState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelLifecycleState[] ChannelLifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jasig.portal.channel with parameters of type ChannelLifecycleState
 boolean ChannelLifecycleState.isAfter(ChannelLifecycleState state)
           
 boolean ChannelLifecycleState.isBefore(ChannelLifecycleState state)
           
 

Uses of ChannelLifecycleState in org.jasig.portal.channel.dao.jpa
 

Methods in org.jasig.portal.channel.dao.jpa that return ChannelLifecycleState
 ChannelLifecycleState ChannelDefinitionImpl.getLifecycleState()
           
 

Uses of ChannelLifecycleState in org.jasig.portal.portlets.portletadmin
 

Methods in org.jasig.portal.portlets.portletadmin that return ChannelLifecycleState
 ChannelLifecycleState ChannelDefinitionForm.getLifecycleState()
           
 ChannelLifecycleState[] PortletAdministrationHelper.getLifecycleStates()
           
 

Methods in org.jasig.portal.portlets.portletadmin that return types with arguments of type ChannelLifecycleState
 Set<ChannelLifecycleState> PortletAdministrationHelper.getAllowedLifecycleStates(IPerson person, List<JsonEntityBean> categories)
           
 

Methods in org.jasig.portal.portlets.portletadmin with parameters of type ChannelLifecycleState
 boolean PortletAdministrationHelper.hasLifecyclePermission(IPerson person, ChannelLifecycleState state, List<JsonEntityBean> categories)
           
 void ChannelDefinitionForm.setLifecycleState(ChannelLifecycleState lifecycleState)
           
 

Uses of ChannelLifecycleState in org.jasig.portal.security
 

Methods in org.jasig.portal.security with parameters of type ChannelLifecycleState
 boolean IAuthorizationPrincipal.canManage(ChannelLifecycleState state, String categoryId)
          Answers if this IAuthorizationPrincipal has permission to publish (used only by SLM).
 boolean IAuthorizationService.canPrincipalManage(IAuthorizationPrincipal principal, ChannelLifecycleState state, String categoryId)
          I'm not sure what this means (Dan).
 

Uses of ChannelLifecycleState in org.jasig.portal.security.provider
 

Methods in org.jasig.portal.security.provider with parameters of type ChannelLifecycleState
 boolean AuthorizationPrincipalImpl.canManage(ChannelLifecycleState state, String categoryId)
          Answers if this IAuthorizationPrincipal has permission to publish.
 boolean AuthorizationImpl.canPrincipalManage(IAuthorizationPrincipal principal, ChannelLifecycleState state, String categoryId)
          This checks if the framework has granted principal a right to publish.
 



Copyright © 2010 Jasig. All Rights Reserved.