Enum Class SubstitutionProperty
java.lang.Object
java.lang.Enum<SubstitutionProperty>
com.suncode.pwfl.administration.substitution.SubstitutionProperty
- All Implemented Interfaces:
Serializable
,Comparable<SubstitutionProperty>
,Constable
Enum zwracający odpowiednie pola dla zastępstw wykorzystywane do wyszukiwania lub sortowania.
- Author:
- Rafał Nowacki 29-12-2014
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionData zakończenia zastępstwa.Id zastępstwa.Id definicji procesu.Id roli.Data rozpoczęcia zastępstwa.Imię zastępcy.Nazwisko zastępcy.ObjectId zastępcy.Login zastępcy.Imię użytkownika zastępowanego.Nazwisko użytkownika zastępowanego.ObjectId użytkownika zastępowanego.Login użytkownika zastępowanego. -
Method Summary
Modifier and TypeMethodDescriptionZwraca pole w odpowiedniej formie na potrzeby zapytań hibernate.static SubstitutionProperty
Returns the enum constant of this class with the specified name.static SubstitutionProperty[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ID
Id zastępstwa. -
PROCESSDEFID
Id definicji procesu. -
ROLE_ID
Id roli. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla roli o nazwie 'role'. -
SUBSTITUTED_USERNAME
Login użytkownika zastępowanego. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla użytkownika zastępowanego o nazwie 'substituted'. -
SUBSTITUTED_OBEJCTID
ObjectId użytkownika zastępowanego. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla użytkownika zastępowanego o nazwie 'substituted'. -
SUBSTITUTED_FIRSTNAME
Imię użytkownika zastępowanego. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla użytkownika zastępowanego o nazwie 'substituted'. -
SUBSTITUTED_LASTNAME
Nazwisko użytkownika zastępowanego. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla użytkownika zastępowanego o nazwie 'substituted'. -
SUBSTITUTE_USERNAME
Login zastępcy. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla zastępcy o nazwie 'substitute'. -
SUBSTITUTE_OBEJCTID
ObjectId zastępcy. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla zastępcy o nazwie 'substitute'. -
SUBSTITUTE_FIRSTNAME
Imię zastępcy. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla zastępcy o nazwie 'substitute'. -
SUBSTITUTE_LASTNAME
Nazwisko zastępcy. Korzystając z tej własności we własnym DetachedCriteria, należy stworzyć alias dla zastępcy o nazwie 'substitute'. -
START_DATE
Data rozpoczęcia zastępstwa. -
FINISH_DATE
Data zakończenia zastępstwa.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getProperty
Zwraca pole w odpowiedniej formie na potrzeby zapytań hibernate.
-