Uses of Class
fr.paris.lutece.portal.business.workgroup.AdminWorkgroup

Packages that use AdminWorkgroup
fr.paris.lutece.portal.business.workgroup   
 

Uses of AdminWorkgroup in fr.paris.lutece.portal.business.workgroup
 

Methods in fr.paris.lutece.portal.business.workgroup that return AdminWorkgroup
static AdminWorkgroup AdminWorkgroupHome.create(AdminWorkgroup workgroup)
          Creation of an instance of workgroup
static AdminWorkgroup AdminWorkgroupHome.findByPrimaryKey(String strWorkgroupKey)
          Returns an instance of a workgroup whose identifier is specified in parameter
 AdminWorkgroup AdminWorkgroupDAO.load(String strWorkgroupKey)
          Load the data of AdminWorkgroup from the table
 AdminWorkgroup IAdminWorkgroupDAO.load(String strWorkgroupKey)
          Load the data of AdminWorkgroup from the table
static AdminWorkgroup AdminWorkgroupHome.update(AdminWorkgroup workgroup)
          Update of the workgroup which is specified in parameter
 

Methods in fr.paris.lutece.portal.business.workgroup that return types with arguments of type AdminWorkgroup
static Collection<AdminWorkgroup> AdminWorkgroupHome.findAll()
          Returns a collection of workgroups objects
static Collection<AdminWorkgroup> AdminWorkgroupHome.findByFilter(AdminWorkgroupFilter awFilter)
          Find workgroups from a filter
 Collection<AdminWorkgroup> AdminWorkgroupDAO.selectWorkgroupList()
          Load the list of workgroups
 Collection<AdminWorkgroup> IAdminWorkgroupDAO.selectWorkgroupList()
          Load the list of workgroups
 Collection<AdminWorkgroup> AdminWorkgroupDAO.selectWorkgroupsByFilter(AdminWorkgroupFilter awFilter)
          Find workgroups from a filter
 Collection<AdminWorkgroup> IAdminWorkgroupDAO.selectWorkgroupsByFilter(AdminWorkgroupFilter awFilter)
          Find workgroups from a filter
 

Methods in fr.paris.lutece.portal.business.workgroup with parameters of type AdminWorkgroup
static AdminWorkgroup AdminWorkgroupHome.create(AdminWorkgroup workgroup)
          Creation of an instance of workgroup
 void AdminWorkgroupDAO.insert(AdminWorkgroup workgroup)
          Insert a new record in the table.
 void IAdminWorkgroupDAO.insert(AdminWorkgroup workgroup)
          Insert a new record in the table.
 void AdminWorkgroupDAO.store(AdminWorkgroup workgroup)
          Update the record identified by the given workgroup key with the given workgroup in the table
 void IAdminWorkgroupDAO.store(AdminWorkgroup workgroup)
          Update the record identified by the given workgroup key with the given workgroup in the table
static AdminWorkgroup AdminWorkgroupHome.update(AdminWorkgroup workgroup)
          Update of the workgroup which is specified in parameter
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.