Modifier and Type | Method and Description |
---|---|
ActionsPanel<DelegationTO> |
DelegationDirectoryPanel.getActions(IModel<DelegationTO> model) |
protected List<IColumn<DelegationTO,String>> |
DelegationDirectoryPanel.getColumns() |
Iterator<DelegationTO> |
DelegationDirectoryPanel.DelegationDataProvider.iterator(long first,
long count) |
IModel<DelegationTO> |
DelegationDirectoryPanel.DelegationDataProvider.model(DelegationTO object) |
protected WizardMgtPanel<DelegationTO> |
DelegationDirectoryPanel.Builder.newInstance(String id,
boolean wizardInModal) |
Modifier and Type | Method and Description |
---|---|
IModel<DelegationTO> |
DelegationDirectoryPanel.DelegationDataProvider.model(DelegationTO object) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<DelegationTO> |
DelegationDirectoryPanel.getActions(IModel<DelegationTO> model) |
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationRestClient.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<DelegationTO> |
DelegationRestClient.list() |
Modifier and Type | Method and Description |
---|---|
void |
DelegationRestClient.create(DelegationTO applicationTO) |
void |
DelegationRestClient.update(DelegationTO applicationTO) |
Modifier and Type | Method and Description |
---|---|
protected WizardModel |
DelegationWizardBuilder.buildModelSteps(DelegationTO modelObject,
WizardModel wizardModel) |
protected Serializable |
DelegationWizardBuilder.onApplyInternal(DelegationTO modelObject) |
Constructor and Description |
---|
DelegationWizardBuilder(DelegationTO defaultItem,
PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationService.read(@NotNull String key)
Returns delegation with matching key.
|
Modifier and Type | Method and Description |
---|---|
List<DelegationTO> |
DelegationService.list()
Returns a list of all delegations.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DelegationService.create(@NotNull DelegationTO delegationTO)
Creates a new delegation.
|
void |
DelegationService.update(@NotNull DelegationTO delegationTO)
Updates the delegation matching the provided key.
|
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationLogic.create(DelegationTO delegationTO) |
DelegationTO |
DelegationLogic.delete(String key) |
DelegationTO |
DelegationLogic.read(String key) |
protected DelegationTO |
DelegationLogic.resolveReference(Method method,
Object... args) |
DelegationTO |
DelegationLogic.update(DelegationTO delegationTO) |
Modifier and Type | Method and Description |
---|---|
List<DelegationTO> |
DelegationLogic.list() |
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationLogic.create(DelegationTO delegationTO) |
DelegationTO |
DelegationLogic.update(DelegationTO delegationTO) |
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationDataBinder.getDelegationTO(Delegation delegation) |
Modifier and Type | Method and Description |
---|---|
Delegation |
DelegationDataBinder.create(DelegationTO delegationTO) |
Delegation |
DelegationDataBinder.update(Delegation delegation,
DelegationTO delegationTO) |
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationDataBinderImpl.getDelegationTO(Delegation delegation) |
Modifier and Type | Method and Description |
---|---|
Delegation |
DelegationDataBinderImpl.create(DelegationTO delegationTO) |
Delegation |
DelegationDataBinderImpl.update(Delegation delegation,
DelegationTO delegationTO) |
Modifier and Type | Method and Description |
---|---|
DelegationTO |
DelegationServiceImpl.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<DelegationTO> |
DelegationServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DelegationServiceImpl.create(DelegationTO applicationTO) |
void |
DelegationServiceImpl.update(DelegationTO applicationTO) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.