|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.impl.BasePersistenceImpl<OrgLabor> com.liferay.portal.service.persistence.OrgLaborPersistenceImpl
public class OrgLaborPersistenceImpl
The persistence implementation for the org labor service.
Caching information and settings can be found in portal.properties
OrgLaborPersistence
,
OrgLaborUtil
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
Constructor Summary | |
---|---|
OrgLaborPersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the org labor persistence. |
void |
cacheResult(List<OrgLabor> orgLabors)
Caches the org labors in the entity cache if it is enabled. |
void |
cacheResult(OrgLabor orgLabor)
Caches the org labor in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all org labors. |
void |
clearCache(List<OrgLabor> orgLabors)
Clears the cache for a List instances of this model. |
void |
clearCache(OrgLabor orgLabor)
Clears the cache for the org labor. |
int |
countAll()
Returns the number of org labors. |
int |
countByOrganizationId(long organizationId)
Returns the number of org labors where organizationId = ?. |
OrgLabor |
create(long orgLaborId)
Creates a new org labor with the primary key. |
void |
destroy()
|
OrgLabor |
fetchByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
OrgLabor |
fetchByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
OrgLabor |
fetchByPrimaryKey(long orgLaborId)
Returns the org labor with the primary key or returns null if it could not be found. |
OrgLabor |
fetchByPrimaryKey(Serializable primaryKey)
Returns the org labor with the primary key or returns null if it could not be found. |
List<OrgLabor> |
findAll()
Returns all the org labors. |
List<OrgLabor> |
findAll(int start,
int end)
Returns a range of all the org labors. |
List<OrgLabor> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org labors. |
OrgLabor |
findByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
OrgLabor |
findByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
OrgLabor[] |
findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator orderByComparator)
Returns the org labors before and after the current org labor in the ordered set where organizationId = ?. |
List<OrgLabor> |
findByOrganizationId(long organizationId)
Returns all the org labors where organizationId = ?. |
List<OrgLabor> |
findByOrganizationId(long organizationId,
int start,
int end)
Returns a range of all the org labors where organizationId = ?. |
List<OrgLabor> |
findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org labors where organizationId = ?. |
OrgLabor |
findByPrimaryKey(long orgLaborId)
Returns the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found. |
OrgLabor |
findByPrimaryKey(Serializable primaryKey)
Returns the org labor with the primary key or throws a NoSuchModelException if it could not be found. |
protected OrgLabor |
getByOrganizationId_PrevAndNext(Session session,
OrgLabor orgLabor,
long organizationId,
OrderByComparator orderByComparator,
boolean previous)
|
OrgLabor |
remove(long orgLaborId)
Removes the org labor with the primary key from the database. |
OrgLabor |
remove(Serializable primaryKey)
Removes the org labor with the primary key from the database. |
void |
removeAll()
Removes all the org labors from the database. |
void |
removeByOrganizationId(long organizationId)
Removes all the org labors where organizationId = ? from the database. |
protected OrgLabor |
removeImpl(OrgLabor orgLabor)
Removes the model instance from the database. |
protected OrgLabor |
toUnwrappedModel(OrgLabor orgLabor)
|
OrgLabor |
updateImpl(OrgLabor orgLabor)
Updates the model instance in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
Field Detail |
---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ORGANIZATIONID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ORGANIZATIONID
public static final FinderPath FINDER_PATH_COUNT_BY_ORGANIZATIONID
Constructor Detail |
---|
public OrgLaborPersistenceImpl()
Method Detail |
---|
public List<OrgLabor> findByOrganizationId(long organizationId) throws SystemException
findByOrganizationId
in interface OrgLaborPersistence
organizationId
- the organization ID
SystemException
- if a system exception occurredpublic List<OrgLabor> findByOrganizationId(long organizationId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from OrgLaborModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByOrganizationId
in interface OrgLaborPersistence
organizationId
- the organization IDstart
- the lower bound of the range of org laborsend
- the upper bound of the range of org labors (not inclusive)
SystemException
- if a system exception occurredpublic List<OrgLabor> findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from OrgLaborModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByOrganizationId
in interface OrgLaborPersistence
organizationId
- the organization IDstart
- the lower bound of the range of org laborsend
- the upper bound of the range of org labors (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic OrgLabor findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator) throws NoSuchOrgLaborException, SystemException
findByOrganizationId_First
in interface OrgLaborPersistence
organizationId
- the organization IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchOrgLaborException
- if a matching org labor could not be found
SystemException
- if a system exception occurredpublic OrgLabor fetchByOrganizationId_First(long organizationId, OrderByComparator orderByComparator) throws SystemException
fetchByOrganizationId_First
in interface OrgLaborPersistence
organizationId
- the organization IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching org labor could not be found
SystemException
- if a system exception occurredpublic OrgLabor findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator) throws NoSuchOrgLaborException, SystemException
findByOrganizationId_Last
in interface OrgLaborPersistence
organizationId
- the organization IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchOrgLaborException
- if a matching org labor could not be found
SystemException
- if a system exception occurredpublic OrgLabor fetchByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator) throws SystemException
fetchByOrganizationId_Last
in interface OrgLaborPersistence
organizationId
- the organization IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching org labor could not be found
SystemException
- if a system exception occurredpublic OrgLabor[] findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator) throws NoSuchOrgLaborException, SystemException
findByOrganizationId_PrevAndNext
in interface OrgLaborPersistence
orgLaborId
- the primary key of the current org labororganizationId
- the organization IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchOrgLaborException
- if a org labor with the primary key could not be found
SystemException
- if a system exception occurredprotected OrgLabor getByOrganizationId_PrevAndNext(Session session, OrgLabor orgLabor, long organizationId, OrderByComparator orderByComparator, boolean previous)
public void removeByOrganizationId(long organizationId) throws SystemException
removeByOrganizationId
in interface OrgLaborPersistence
organizationId
- the organization ID
SystemException
- if a system exception occurredpublic int countByOrganizationId(long organizationId) throws SystemException
countByOrganizationId
in interface OrgLaborPersistence
organizationId
- the organization ID
SystemException
- if a system exception occurredpublic void cacheResult(OrgLabor orgLabor)
cacheResult
in interface OrgLaborPersistence
orgLabor
- the org laborpublic void cacheResult(List<OrgLabor> orgLabors)
cacheResult
in interface OrgLaborPersistence
orgLabors
- the org laborspublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<OrgLabor>
clearCache
in class BasePersistenceImpl<OrgLabor>
public void clearCache(OrgLabor orgLabor)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<OrgLabor>
clearCache
in class BasePersistenceImpl<OrgLabor>
orgLabor
- the instance of this model to clear the cache forpublic void clearCache(List<OrgLabor> orgLabors)
BasePersistence
The EntityCache
and FinderCache
are both cleared by this
method.
clearCache
in interface BasePersistence<OrgLabor>
clearCache
in class BasePersistenceImpl<OrgLabor>
orgLabors
- the List instances of this model to clear the cache forpublic OrgLabor create(long orgLaborId)
create
in interface OrgLaborPersistence
orgLaborId
- the primary key for the new org labor
public OrgLabor remove(long orgLaborId) throws NoSuchOrgLaborException, SystemException
remove
in interface OrgLaborPersistence
orgLaborId
- the primary key of the org labor
NoSuchOrgLaborException
- if a org labor with the primary key could not be found
SystemException
- if a system exception occurredpublic OrgLabor remove(Serializable primaryKey) throws NoSuchOrgLaborException, SystemException
remove
in interface BasePersistence<OrgLabor>
remove
in class BasePersistenceImpl<OrgLabor>
primaryKey
- the primary key of the org labor
NoSuchOrgLaborException
- if a org labor with the primary key could not be found
SystemException
- if a system exception occurredprotected OrgLabor removeImpl(OrgLabor orgLabor) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.update(BaseModel,
boolean)
depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl
in class BasePersistenceImpl<OrgLabor>
orgLabor
- the model instance to remove
SystemException
- if a system exception occurredpublic OrgLabor updateImpl(OrgLabor orgLabor) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface OrgLaborPersistence
updateImpl
in class BasePersistenceImpl<OrgLabor>
orgLabor
- the model instance to update
SystemException
- if a system exception occurredprotected OrgLabor toUnwrappedModel(OrgLabor orgLabor)
public OrgLabor findByPrimaryKey(Serializable primaryKey) throws NoSuchOrgLaborException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<OrgLabor>
findByPrimaryKey
in class BasePersistenceImpl<OrgLabor>
primaryKey
- the primary key of the org labor
NoSuchOrgLaborException
- if a org labor with the primary key could not be found
SystemException
- if a system exception occurredpublic OrgLabor findByPrimaryKey(long orgLaborId) throws NoSuchOrgLaborException, SystemException
NoSuchOrgLaborException
if it could not be found.
findByPrimaryKey
in interface OrgLaborPersistence
orgLaborId
- the primary key of the org labor
NoSuchOrgLaborException
- if a org labor with the primary key could not be found
SystemException
- if a system exception occurredpublic OrgLabor fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<OrgLabor>
fetchByPrimaryKey
in class BasePersistenceImpl<OrgLabor>
primaryKey
- the primary key of the org labor
null
if a org labor with the primary key could not be found
SystemException
- if a system exception occurredpublic OrgLabor fetchByPrimaryKey(long orgLaborId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface OrgLaborPersistence
orgLaborId
- the primary key of the org labor
null
if a org labor with the primary key could not be found
SystemException
- if a system exception occurredpublic List<OrgLabor> findAll() throws SystemException
findAll
in interface OrgLaborPersistence
SystemException
- if a system exception occurredpublic List<OrgLabor> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from OrgLaborModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface OrgLaborPersistence
start
- the lower bound of the range of org laborsend
- the upper bound of the range of org labors (not inclusive)
SystemException
- if a system exception occurredpublic List<OrgLabor> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from OrgLaborModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface OrgLaborPersistence
start
- the lower bound of the range of org laborsend
- the upper bound of the range of org labors (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic void removeAll() throws SystemException
removeAll
in interface OrgLaborPersistence
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface OrgLaborPersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |