Uses of Class
com.cinecolombia.cinecolombia.control.event.ManejoPerfilesEvent

Packages that use ManejoPerfilesEvent
com.cinecolombia.cinecolombia.control.ejb.handlers Clases manejadoras para el controlador MVC del nivel EJB del módulo Cinecolombia (una por caso de uso). 
 

Uses of ManejoPerfilesEvent in com.cinecolombia.cinecolombia.control.ejb.handlers
 

Methods in com.cinecolombia.cinecolombia.control.ejb.handlers with parameters of type ManejoPerfilesEvent
private  java.util.ArrayList ManejoPerfilesEjbHandler.performLIST(ManejoPerfilesEvent ev)
          auxiliary method that processes an ManejoPerfilesEvent with LIST action.
private  java.util.ArrayList ManejoPerfilesEjbHandler.performGET_PERFIL(ManejoPerfilesEvent ev)
          auxiliary method that processes an ManejoPerfilesEvent with GET_PERFIL action.
private  java.util.ArrayList ManejoPerfilesEjbHandler.performDELETE_PERFIL(ManejoPerfilesEvent ev)
          auxiliary method that processes an ManejoPerfilesEvent with DELETE_PERFIL action.
private  java.util.ArrayList ManejoPerfilesEjbHandler.performADD_PERFIL(ManejoPerfilesEvent ev)
          auxiliary method that processes an ManejoPerfilesEvent with ADD_PERFIL action.