|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LanguageAgencyActionEvent.Operation | |
|---|---|
| com.hack23.cia.model.application.impl.admin | Admin user action events entity model. |
| com.hack23.cia.service.api.admin | Service API admin request/response objects. |
| com.hack23.cia.web.action.admin | User web actions. |
| Uses of LanguageAgencyActionEvent.Operation in com.hack23.cia.model.application.impl.admin |
|---|
| Methods in com.hack23.cia.model.application.impl.admin that return LanguageAgencyActionEvent.Operation | |
|---|---|
LanguageAgencyActionEvent.Operation |
LanguageAgencyActionEvent.getOperation()
Gets the operation. |
static LanguageAgencyActionEvent.Operation |
LanguageAgencyActionEvent.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LanguageAgencyActionEvent.Operation[] |
LanguageAgencyActionEvent.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.hack23.cia.model.application.impl.admin with parameters of type LanguageAgencyActionEvent.Operation | |
|---|---|
void |
LanguageAgencyActionEvent.setOperation(LanguageAgencyActionEvent.Operation operation)
Sets the operation. |
| Constructors in com.hack23.cia.model.application.impl.admin with parameters of type LanguageAgencyActionEvent.Operation | |
|---|---|
LanguageAgencyActionEvent(Date createdDate,
UserSession userSession,
Long agencyId,
Long languageId,
LanguageAgencyActionEvent.Operation operation)
Instantiates a new language agency action event. |
|
| Uses of LanguageAgencyActionEvent.Operation in com.hack23.cia.service.api.admin |
|---|
| Methods in com.hack23.cia.service.api.admin that return LanguageAgencyActionEvent.Operation | |
|---|---|
LanguageAgencyActionEvent.Operation |
LanguageRequest.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.service.api.admin with parameters of type LanguageAgencyActionEvent.Operation | |
|---|---|
LanguageRequest(Long userSessionId,
LanguageAgencyActionEvent.Operation operation,
Agency agency,
Language language)
Instantiates a new language request. |
|
| Uses of LanguageAgencyActionEvent.Operation in com.hack23.cia.web.action.admin |
|---|
| Methods in com.hack23.cia.web.action.admin that return LanguageAgencyActionEvent.Operation | |
|---|---|
LanguageAgencyActionEvent.Operation |
LanguageAgencyAction.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.web.action.admin with parameters of type LanguageAgencyActionEvent.Operation | |
|---|---|
LanguageAgencyAction(LanguageAgencyActionEvent.Operation operation,
Agency agency,
Language lang)
Instantiates a new language agency action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||