|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SegmentedBusinessObject
Labor business object for SegmentedBusinessObject Used mostly for lookups. This interface is useful when segmenting lookup results. For example, If you wanted to split results for amounts in July, August, September, November, etc..., into separate records, this would helpful in doing that.
BusinessObject
Method Summary | |
---|---|
String |
getAdditionalReturnData(String segmentedPropertyName)
Returns String to append to the returned object id |
Collection<String> |
getSegmentedPropertyNames()
Retrieve a collection of the property names to base the business object segmentation on |
boolean |
isLookupResultsSegmented()
Determines whether to apply segments to lookup results |
Method Detail |
---|
boolean isLookupResultsSegmented()
Collection<String> getSegmentedPropertyNames()
String getAdditionalReturnData(String segmentedPropertyName)
segmentedPropertyName
- - name of the segmented property for the instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |