Class FreeOnBoardDescriptionFactory
java.lang.Object
com.echothree.model.data.shipment.server.factory.FreeOnBoardDescriptionFactory
- All Implemented Interfaces:
BaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
@ApplicationScoped
public class FreeOnBoardDescriptionFactory
extends Object
implements BaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of FreeOnBoardDescriptionFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create(FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) voidcreate(Collection<FreeOnBoardDescriptionValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDescriptionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(FreeOnBoardDescription entity) voidvoidstore(FreeOnBoardDescription entity) voidstore(Collection<FreeOnBoardDescription> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
FOBD_FREEONBOARDDESCRIPTIONID
- See Also:
-
FOBD_FOB_FREEONBOARDID
- See Also:
-
FOBD_LANG_LANGUAGEID
- See Also:
-
FOBD_DESCRIPTION
- See Also:
-
FOBD_FROMTIME
- See Also:
-
FOBD_THRUTIME
- See Also:
-
-
Constructor Details
-
FreeOnBoardDescriptionFactory
protected FreeOnBoardDescriptionFactory()Creates a new instance of FreeOnBoardDescriptionFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<FreeOnBoardDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<FreeOnBoardDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public FreeOnBoardDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<FreeOnBoardDescriptionValue> getValuesFromPKs(Collection<FreeOnBoardDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public FreeOnBoardDescriptionValue getValueFromPK(FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<FreeOnBoardDescriptionValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public FreeOnBoardDescriptionValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FreeOnBoardDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public FreeOnBoardDescription getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDescriptionValue value) -
getEntityFromCache
-
getEntityFromPK
public FreeOnBoardDescription getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<FreeOnBoardDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<FreeOnBoardDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public FreeOnBoardDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FreeOnBoardDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FreeOnBoardDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public FreeOnBoardDescription create(FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDescription create(FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<FreeOnBoardDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-