Package org.cyclos.impl.system
Class ExtensionPointFilter
- java.lang.Object
-
- org.cyclos.impl.system.ExtensionPointFilter
-
- All Implemented Interfaces:
Serializable
public class ExtensionPointFilter extends Object implements Serializable
Contains the objects which will be used to find extension points- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionPointFilter(TransferType transferType)ExtensionPointFilter(VoucherConfiguration voucherConfiguration)ExtensionPointFilter(Group group)ExtensionPointFilter(Group group, Agreement agreement)ExtensionPointFilter(Group group, RecordType recordType)ExtensionPointFilter(ImportType importType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongensureAgreementId()LongensureGroupId()ImportTypeensureImportType()LongensureRecordTypeId()LongensureTransferTypeId()LongensureVoucherConfigurationId()booleanequals(Object obj)LonggetGroupId()LonggetRecordTypeId()LonggetTransferTypeId()inthashCode()
-
-
-
Constructor Detail
-
ExtensionPointFilter
public ExtensionPointFilter(Group group)
-
ExtensionPointFilter
public ExtensionPointFilter(Group group, RecordType recordType)
-
ExtensionPointFilter
public ExtensionPointFilter(ImportType importType)
-
ExtensionPointFilter
public ExtensionPointFilter(TransferType transferType)
-
ExtensionPointFilter
public ExtensionPointFilter(VoucherConfiguration voucherConfiguration)
-
-
Method Detail
-
ensureAgreementId
public Long ensureAgreementId()
-
ensureGroupId
public Long ensureGroupId()
-
ensureImportType
public ImportType ensureImportType()
-
ensureRecordTypeId
public Long ensureRecordTypeId()
-
ensureTransferTypeId
public Long ensureTransferTypeId()
-
ensureVoucherConfigurationId
public Long ensureVoucherConfigurationId()
-
getGroupId
public Long getGroupId()
-
getRecordTypeId
public Long getRecordTypeId()
-
getTransferTypeId
public Long getTransferTypeId()
-
-