Class FreeOnBoardDetailFactory
java.lang.Object
com.echothree.model.data.shipment.server.factory.FreeOnBoardDetailFactory
- All Implemented Interfaces:
BaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
@ApplicationScoped
public class FreeOnBoardDetailFactory
extends Object
implements BaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of FreeOnBoardDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidcreate(Collection<FreeOnBoardDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> 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, FreeOnBoardDetailPK 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, FreeOnBoardDetailValue value) static FreeOnBoardDetailFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(FreeOnBoardDetail entity) voidvoidstore(FreeOnBoardDetail entity) voidstore(Collection<FreeOnBoardDetail> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
FOBDT_FREEONBOARDDETAILID
- See Also:
-
FOBDT_FOB_FREEONBOARDID
- See Also:
-
FOBDT_FREEONBOARDNAME
- See Also:
-
FOBDT_ISDEFAULT
- See Also:
-
FOBDT_SORTORDER
- See Also:
-
FOBDT_FROMTIME
- See Also:
-
FOBDT_THRUTIME
- See Also:
-
-
Constructor Details
-
FreeOnBoardDetailFactory
protected FreeOnBoardDetailFactory()Creates a new instance of FreeOnBoardDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<FreeOnBoardDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<FreeOnBoardDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<FreeOnBoardDetailValue> getValuesFromPKs(Collection<FreeOnBoardDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public FreeOnBoardDetailValue getValueFromPK(FreeOnBoardDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<FreeOnBoardDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public FreeOnBoardDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FreeOnBoardDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public FreeOnBoardDetail getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public FreeOnBoardDetail getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<FreeOnBoardDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<FreeOnBoardDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public FreeOnBoardDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FreeOnBoardDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FreeOnBoardDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public FreeOnBoardDetail create(FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDetail create(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<FreeOnBoardDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-