Uses of Class
org.jasig.portal.layout.dlm.remoting.JsonEntityBean

Packages that use JsonEntityBean
org.jasig.portal.layout.dlm.remoting   
org.jasig.portal.portlets.portletadmin   
 

Uses of JsonEntityBean in org.jasig.portal.layout.dlm.remoting
 

Methods in org.jasig.portal.layout.dlm.remoting that return JsonEntityBean
 JsonEntityBean GroupListHelperImpl.getEntity(String entityType, String entityId, boolean populateChildren)
           
 JsonEntityBean IGroupListHelper.getEntity(String entityType, String entityId, boolean populateChildren)
          Retrieve an individual entity matching the specified type and id.
 

Methods in org.jasig.portal.layout.dlm.remoting that return types with arguments of type JsonEntityBean
 List<JsonEntityBean> GroupListHelperImpl.getEntityBeans(List<String> params)
           
 List<JsonEntityBean> IGroupListHelper.getEntityBeans(List<String> params)
          Get a list of JsonEntityBeans for a supplied list of string identifiers, where an identifier consists of a colon-separated pairing of entity type and entity ID.
 Set<JsonEntityBean> GroupListHelperImpl.search(String entityType, String searchTerm)
           
 Set<JsonEntityBean> IGroupListHelper.search(String entityType, String searchTerm)
          Search for entities of a specified entity type using a search string.
 

Methods in org.jasig.portal.layout.dlm.remoting with parameters of type JsonEntityBean
 String GroupListHelperImpl.lookupEntityName(JsonEntityBean entity)
          Convenience method that looks up the name of the given group member.
 String IGroupListHelper.lookupEntityName(JsonEntityBean entityBean)
          Find the name of a specified entity.
 

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

Methods in org.jasig.portal.portlets.portletadmin that return types with arguments of type JsonEntityBean
 List<JsonEntityBean> ChannelDefinitionForm.getCategories()
           
 List<JsonEntityBean> ChannelDefinitionForm.getGroups()
           
 

Methods in org.jasig.portal.portlets.portletadmin with parameters of type JsonEntityBean
 void ChannelDefinitionForm.addCategory(JsonEntityBean category)
           
 void ChannelDefinitionForm.addGroup(JsonEntityBean group)
           
 

Method parameters in org.jasig.portal.portlets.portletadmin with type arguments of type JsonEntityBean
 Set<ChannelLifecycleState> PortletAdministrationHelper.getAllowedLifecycleStates(IPerson person, List<JsonEntityBean> categories)
           
 boolean PortletAdministrationHelper.hasLifecyclePermission(IPerson person, ChannelLifecycleState state, List<JsonEntityBean> categories)
           
 void ChannelDefinitionForm.setCategories(List<JsonEntityBean> categories)
           
 void ChannelDefinitionForm.setGroups(List<JsonEntityBean> groups)
           
 



Copyright © 2010 Jasig. All Rights Reserved.