Class Carrier
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.carrier.server.entity.Carrier
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCarrier()
Creates a new instance of CarrierCarrier
(CarrierValue value, EntityPermission entityPermission) Creates a new instance of Carrier -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getCarrierType
(EntityPermission entityPermission) getCarrierType
(Session session) getCarrierType
(Session session, EntityPermission entityPermission) getCarrierTypeForUpdate
(Session session) boolean
boolean
getGeoCodeSelector
(EntityPermission entityPermission) getGeoCodeSelector
(Session session) getGeoCodeSelector
(Session session, EntityPermission entityPermission) getGeoCodeSelectorForUpdate
(Session session) boolean
boolean
getItemSelector
(EntityPermission entityPermission) getItemSelector
(Session session) getItemSelector
(Session session, EntityPermission entityPermission) getItemSelectorForUpdate
(Session session) boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAccountValidationPattern
(String accountValidationPattern) void
setCarrierName
(String carrierName) void
setCarrierType
(CarrierType entity) void
setCarrierTypePK
(CarrierTypePK carrierTypePK) void
setCarrierValue
(CarrierValue value) void
setFromTime
(Long fromTime) void
setGeoCodeSelector
(Selector entity) void
setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
setIsDefault
(Boolean isDefault) void
setItemSelector
(Selector entity) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
void
setPartyPK
(PartyPK partyPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
Carrier
Creates a new instance of Carrier- Throws:
PersistenceException
-
Carrier
Creates a new instance of Carrier
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCarrierValue
-
setCarrierValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getCarrierName
-
setCarrierName
public void setCarrierName(String carrierName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCarrierNameHasBeenModified
-
getCarrierTypePK
-
getCarrierType
-
getCarrierType
-
getCarrierType
-
getCarrierType
-
getCarrierTypeForUpdate
-
getCarrierTypeForUpdate
-
setCarrierTypePK
public void setCarrierTypePK(CarrierTypePK carrierTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierType
-
getCarrierTypePKHasBeenModified
-
getGeoCodeSelectorPK
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelectorForUpdate
-
getGeoCodeSelectorForUpdate
-
setGeoCodeSelectorPK
public void setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeSelector
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelectorForUpdate
-
getItemSelectorForUpdate
-
setItemSelectorPK
public void setItemSelectorPK(SelectorPK itemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSelector
-
getItemSelectorPKHasBeenModified
-
getAccountValidationPattern
-
setAccountValidationPattern
public void setAccountValidationPattern(String accountValidationPattern) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAccountValidationPatternHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-