public final class ActionSet extends AbstractDataTransferObject implements ActionSetContract
Modifier and Type | Class and Description |
---|---|
static class |
ActionSet.Builder
A builder which can be used to construct
ActionSet instances. |
Modifier and Type | Method and Description |
---|---|
boolean |
addAcknowledge()
Deprecated.
As of release 2.1.2 addAcknowledge should be performed using { @link ActionSet.Builder#addAcknowledge }
|
boolean |
addAction(String actionCode)
Deprecated.
As of release 2.1.2 addAction should be performed using { @link ActionSet.Builder#addAction }
|
boolean |
addApprove()
Deprecated.
As of release 2.1.2 addApprove should be performed using { @link ActionSet.Builder#addApprove }
|
boolean |
addCancel()
Deprecated.
As of release 2.1.2 addCancel should be performed using { @link ActionSet.Builder#addCancel }
|
boolean |
addComplete()
Deprecated.
As of release 2.1.2 addComplete should be performed using { @link ActionSet.Builder#addComplete }
|
boolean |
addDisapprove()
Deprecated.
As of release 2.1.2 addDisapprove should be performed using { @link ActionSet.Builder#addDisapprove }
|
boolean |
addFyi()
Deprecated.
As of release 2.1.2 addFyi should be performed using { @link ActionSet.Builder#addFyi }
|
boolean |
addRouted()
Deprecated.
As of release 2.1.2 addRouted should be performed using { @link ActionSet.Builder#addRouted }
|
boolean |
hasAcknowledge() |
boolean |
hasAction(String actionCode) |
boolean |
hasApprove() |
boolean |
hasCancel() |
boolean |
hasComplete() |
boolean |
hasDisapprove() |
boolean |
hasFyi() |
boolean |
hasRouted() |
boolean |
removeAction(String actionCode)
Deprecated.
As of release 2.1.2 removeAction should be performed using { @link ActionSet.Builder#removeAction }
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public boolean hasAction(String actionCode)
hasAction
in interface ActionSetContract
@Deprecated public boolean addAction(String actionCode)
addAction
in interface ActionSetContract
actionCode
- @Deprecated public boolean removeAction(String actionCode)
removeAction
in interface ActionSetContract
actionCode
- public boolean hasApprove()
hasApprove
in interface ActionSetContract
public boolean hasComplete()
hasComplete
in interface ActionSetContract
public boolean hasAcknowledge()
hasAcknowledge
in interface ActionSetContract
public boolean hasFyi()
hasFyi
in interface ActionSetContract
public boolean hasDisapprove()
hasDisapprove
in interface ActionSetContract
public boolean hasCancel()
hasCancel
in interface ActionSetContract
public boolean hasRouted()
hasRouted
in interface ActionSetContract
@Deprecated public boolean addApprove()
addApprove
in interface ActionSetContract
@Deprecated public boolean addComplete()
addComplete
in interface ActionSetContract
@Deprecated public boolean addAcknowledge()
addAcknowledge
in interface ActionSetContract
@Deprecated public boolean addFyi()
addFyi
in interface ActionSetContract
@Deprecated public boolean addDisapprove()
addDisapprove
in interface ActionSetContract
@Deprecated public boolean addCancel()
addCancel
in interface ActionSetContract
@Deprecated public boolean addRouted()
addRouted
in interface ActionSetContract
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.