Uses of Class
org.ala.client.model.LogEventType

Packages that use LogEventType
org.ala.client.model   
 

Uses of LogEventType in org.ala.client.model
 

Methods in org.ala.client.model that return LogEventType
static LogEventType LogEventType.getLogEventType(int id)
          Deprecated.  
static LogEventType LogEventType.getLogEventType(java.lang.String name)
          Deprecated.  
static LogEventType LogEventType.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static LogEventType[] LogEventType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.ala.client.model with parameters of type LogEventType
LogEventVO(LogEventType eventType, java.lang.Integer reasonTypeId, java.lang.Integer sourceTypeId, java.lang.String userEmail, java.lang.String comment, java.lang.String userIP, java.util.Map<java.lang.String,java.lang.Integer> recordCounts)
           
LogEventVO(LogEventType eventType, java.lang.Integer reasonTypeId, java.lang.Integer sourceTypeId, java.lang.String userEmail, java.lang.String comment, java.lang.String userIP, java.lang.String month, java.util.Map<java.lang.String,java.lang.Integer> recordCounts)
           
LogEventVO(LogEventType eventType, java.lang.String userEmail, java.lang.String comment, java.lang.String userIP, java.util.Map<java.lang.String,java.lang.Integer> recordCounts)
           
LogEventVO(LogEventType eventType, java.lang.String userEmail, java.lang.String comment, java.lang.String userIP, java.lang.String month, java.util.Map<java.lang.String,java.lang.Integer> recordCounts)
           
 



Copyright © 2014 ALA. All Rights Reserved.