Class ObjRefAction<ATTACHEDTO extends Help>
- Object
-
- Action
-
- ObjRefAction<ATTACHEDTO>
-
- All Implemented Interfaces:
Help
public class ObjRefAction<ATTACHEDTO extends Help> extends Action
This action starts calculation of selected rebate record set records. It's a programmatic version of the same action available in UI. As such it allows user to schedule the action in calculation flow formula.
-
-
Constructor Summary
Constructors Constructor Description ObjRefAction(ATTACHEDTO backLink, Invocations<MethodInvocationRecord> invocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ATTACHEDTO
back()
Object
getFilter()
String
getObjectName()
String
getPartition()
String
getTypeCode()
ObjRefAction<ATTACHEDTO>
setFilter(Object filter)
ObjRefAction<ATTACHEDTO>
setPartition(String partition)
ObjRefAction<ATTACHEDTO>
setTypeCode(String typeCode)
String
toString()
-
-
-
Constructor Detail
-
ObjRefAction
public ObjRefAction(ATTACHEDTO backLink, Invocations<MethodInvocationRecord> invocations)
-
-
Method Detail
-
setPartition
public ObjRefAction<ATTACHEDTO> setPartition(String partition)
- Parameters:
partition
- partition the object references will be renewed for.
-
setTypeCode
public ObjRefAction<ATTACHEDTO> setTypeCode(String typeCode)
- Parameters:
typeCode
- type code of domain object the object references will be renewed for.
-
setFilter
public ObjRefAction<ATTACHEDTO> setFilter(Object filter)
- Parameters:
filter
- restricts object references renewal to a subset defined by filter.
-
back
public ATTACHEDTO back()
-
getObjectName
public String getObjectName()
-
getPartition
public String getPartition()
-
getTypeCode
public String getTypeCode()
-
getFilter
public Object getFilter()
-
-