Uses of Class
com.silverpeas.classifieds.control.ClassifiedsRole

Packages that use ClassifiedsRole
com.silverpeas.classifieds.control   
 

Uses of ClassifiedsRole in com.silverpeas.classifieds.control
 

Methods in com.silverpeas.classifieds.control that return ClassifiedsRole
static ClassifiedsRole ClassifiedsRole.getRole(String roleName)
           
static ClassifiedsRole ClassifiedsRole.getRole(String[] profiles)
           
static ClassifiedsRole ClassifiedsRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClassifiedsRole[] ClassifiedsRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.silverpeas.classifieds.control with parameters of type ClassifiedsRole
 String ClassifiedsSessionController.createClassified(ClassifiedDetail classified, Collection<org.apache.commons.fileupload.FileItem> listImage, ClassifiedsRole profile)
          create classified
 void ClassifiedsSessionController.draftOutClassified(String classifiedId, ClassifiedsRole highestRole)
          take out draft mode the classified corresponding to classified
 



Copyright © 2016 Silverpeas. All Rights Reserved.