@ProviderType
public class KaleoDefinitionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence
Caching information and settings can be found in portal.properties
KaleoDefinitionPersistence,
KaleoDefinitionUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
entityCache |
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N_V |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_N_V |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
finderCache |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, 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 and Description |
|---|
KaleoDefinitionPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo definition persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
Caches the kaleo definition in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> kaleoDefinitions)
Caches the kaleo definitions in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(KaleoDefinitionModelImpl kaleoDefinitionModelImpl,
boolean isNew) |
void |
clearCache()
Clears the cache for all kaleo definitions.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
Clears the cache for the kaleo definition.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> kaleoDefinitions) |
protected void |
clearUniqueFindersCache(KaleoDefinitionModelImpl kaleoDefinitionModelImpl) |
int |
countAll()
Returns the number of kaleo definitions.
|
int |
countByC_A(long companyId,
boolean active)
Returns the number of kaleo definitions where companyId = ? and active = ?.
|
int |
countByC_N_A(long companyId,
java.lang.String name,
boolean active)
Returns the number of kaleo definitions where companyId = ? and name = ? and active = ?.
|
int |
countByC_N_V(long companyId,
java.lang.String name,
int version)
Returns the number of kaleo definitions where companyId = ? and name = ? and version = ?.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of kaleo definitions where companyId = ? and name = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of kaleo definitions where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
create(long kaleoDefinitionId)
Creates a new kaleo definition with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_N_A_First(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ? and name = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_N_A_Last(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ? and name = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_N_First(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_N_Last(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_N_V(long companyId,
java.lang.String name,
int version)
Returns the kaleo definition where companyId = ? and name = ? and version = ? or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByC_N_V(long companyId,
java.lang.String name,
int version,
boolean retrieveFromCache)
Returns the kaleo definition where companyId = ? and name = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByPrimaryKey(long kaleoDefinitionId)
Returns the kaleo definition with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo definition with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findAll()
Returns all the kaleo definitions.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findAll(int start,
int end)
Returns a range of all the kaleo definitions.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns an ordered range of all the kaleo definitions.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo definitions.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] |
findByC_A_PrevAndNext(long kaleoDefinitionId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the kaleo definitions before and after the current kaleo definition in the ordered set where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_A(long companyId,
boolean active)
Returns all the kaleo definitions where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the kaleo definitions where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns an ordered range of all the kaleo definitions where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo definitions where companyId = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_N_A_First(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ? and name = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_N_A_Last(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ? and name = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] |
findByC_N_A_PrevAndNext(long kaleoDefinitionId,
long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the kaleo definitions before and after the current kaleo definition in the ordered set where companyId = ? and name = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N_A(long companyId,
java.lang.String name,
boolean active)
Returns all the kaleo definitions where companyId = ? and name = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N_A(long companyId,
java.lang.String name,
boolean active,
int start,
int end)
Returns a range of all the kaleo definitions where companyId = ? and name = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N_A(long companyId,
java.lang.String name,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns an ordered range of all the kaleo definitions where companyId = ? and name = ? and active = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N_A(long companyId,
java.lang.String name,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo definitions where companyId = ? and name = ? and active = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_N_First(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_N_Last(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] |
findByC_N_PrevAndNext(long kaleoDefinitionId,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the kaleo definitions before and after the current kaleo definition in the ordered set where companyId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByC_N_V(long companyId,
java.lang.String name,
int version)
Returns the kaleo definition where companyId = ? and name = ? and version = ? or throws a
NoSuchDefinitionException if it could not be found. |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N(long companyId,
java.lang.String name)
Returns all the kaleo definitions where companyId = ? and name = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N(long companyId,
java.lang.String name,
int start,
int end)
Returns a range of all the kaleo definitions where companyId = ? and name = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns an ordered range of all the kaleo definitions where companyId = ? and name = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByC_N(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo definitions where companyId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the first kaleo definition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the last kaleo definition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] |
findByCompanyId_PrevAndNext(long kaleoDefinitionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns the kaleo definitions before and after the current kaleo definition in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByCompanyId(long companyId)
Returns all the kaleo definitions where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the kaleo definitions where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
Returns an ordered range of all the kaleo definitions where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo definitions where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByPrimaryKey(long kaleoDefinitionId)
Returns the kaleo definition with the primary key or throws a
NoSuchDefinitionException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo definition with the primary key or throws a
NoSuchModelException if it could not be found. |
java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
getByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
getByC_N_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
getByC_N_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
remove(long kaleoDefinitionId)
Removes the kaleo definition with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
remove(java.io.Serializable primaryKey)
Removes the kaleo definition with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo definitions from the database.
|
void |
removeByC_A(long companyId,
boolean active)
Removes all the kaleo definitions where companyId = ? and active = ? from the database.
|
void |
removeByC_N_A(long companyId,
java.lang.String name,
boolean active)
Removes all the kaleo definitions where companyId = ? and name = ? and active = ? from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
removeByC_N_V(long companyId,
java.lang.String name,
int version)
Removes the kaleo definition where companyId = ? and name = ? and version = ? from the database.
|
void |
removeByC_N(long companyId,
java.lang.String name)
Removes all the kaleo definitions where companyId = ? and name = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the kaleo definitions where companyId = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition) |
protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition) |
com.liferay.portal.workflow.kaleo.model.KaleoDefinition |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N_V
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_V
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_A
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
@ServiceReference(type=com.liferay.portal.kernel.dao.orm.EntityCache.class) protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache
@ServiceReference(type=com.liferay.portal.kernel.dao.orm.FinderCache.class) protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByCompanyId(long companyId,
int start,
int end)
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 KaleoDefinitionModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
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 KaleoDefinitionModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
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 KaleoDefinitionModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] findByCompanyId_PrevAndNext(long kaleoDefinitionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByCompanyId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the current kaleo definitioncompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoDefinition getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N(long companyId,
java.lang.String name)
findByC_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the namepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N(long companyId,
java.lang.String name,
int start,
int end)
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 KaleoDefinitionModelImpl. 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.
findByC_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the namestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
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 KaleoDefinitionModelImpl. 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.
findByC_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the namestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
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 KaleoDefinitionModelImpl. 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.
findByC_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the namestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_N_First(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_N_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_N_First(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByC_N_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_N_Last(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_N_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_N_Last(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByC_N_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] findByC_N_PrevAndNext(long kaleoDefinitionId,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_N_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the current kaleo definitioncompanyId - the company IDname - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoDefinition getByC_N_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous)
public void removeByC_N(long companyId,
java.lang.String name)
removeByC_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the namepublic int countByC_N(long companyId,
java.lang.String name)
countByC_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the namepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_A(long companyId,
boolean active)
findByC_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_A(long companyId,
boolean active,
int start,
int end)
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 KaleoDefinitionModelImpl. 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.
findByC_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
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 KaleoDefinitionModelImpl. 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.
findByC_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
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 KaleoDefinitionModelImpl. 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.
findByC_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_A_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByC_A_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_A_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByC_A_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] findByC_A_PrevAndNext(long kaleoDefinitionId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_A_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the current kaleo definitioncompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoDefinition getByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous)
public void removeByC_A(long companyId,
boolean active)
removeByC_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activepublic int countByC_A(long companyId,
boolean active)
countByC_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDactive - the activepublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_N_V(long companyId,
java.lang.String name,
int version)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
NoSuchDefinitionException if it could not be found.findByC_N_V in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameversion - the versioncom.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_N_V(long companyId,
java.lang.String name,
int version)
null if it could not be found. Uses the finder cache.fetchByC_N_V in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameversion - the versionnull if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_N_V(long companyId,
java.lang.String name,
int version,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fetchByC_N_V in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameversion - the versionretrieveFromCache - whether to retrieve from the finder cachenull if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition removeByC_N_V(long companyId,
java.lang.String name,
int version)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
removeByC_N_V in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameversion - the versioncom.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionExceptionpublic int countByC_N_V(long companyId,
java.lang.String name,
int version)
countByC_N_V in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameversion - the versionpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N_A(long companyId,
java.lang.String name,
boolean active)
findByC_N_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N_A(long companyId,
java.lang.String name,
boolean active,
int start,
int end)
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 KaleoDefinitionModelImpl. 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.
findByC_N_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N_A(long companyId,
java.lang.String name,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
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 KaleoDefinitionModelImpl. 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.
findByC_N_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findByC_N_A(long companyId,
java.lang.String name,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
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 KaleoDefinitionModelImpl. 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.
findByC_N_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_N_A_First(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_N_A_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_N_A_First(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByC_N_A_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByC_N_A_Last(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_N_A_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByC_N_A_Last(long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
fetchByC_N_A_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo definition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition[] findByC_N_A_PrevAndNext(long kaleoDefinitionId,
long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
findByC_N_A_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the current kaleo definitioncompanyId - the company IDname - the nameactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoDefinition getByC_N_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition,
long companyId,
java.lang.String name,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean previous)
public void removeByC_N_A(long companyId,
java.lang.String name,
boolean active)
removeByC_N_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activepublic int countByC_N_A(long companyId,
java.lang.String name,
boolean active)
countByC_N_A in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencecompanyId - the company IDname - the nameactive - the activepublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinition - the kaleo definitionpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> kaleoDefinitions)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitions - the kaleo definitionspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> kaleoDefinitions)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>protected void cacheUniqueFindersCache(KaleoDefinitionModelImpl kaleoDefinitionModelImpl, boolean isNew)
protected void clearUniqueFindersCache(KaleoDefinitionModelImpl kaleoDefinitionModelImpl)
public com.liferay.portal.workflow.kaleo.model.KaleoDefinition create(long kaleoDefinitionId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key for the new kaleo definitionpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition remove(long kaleoDefinitionId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the kaleo definitioncom.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>primaryKey - the primary key of the kaleo definitioncom.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoDefinition removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>public com.liferay.portal.workflow.kaleo.model.KaleoDefinition updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>protected com.liferay.portal.workflow.kaleo.model.KaleoDefinition toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoDefinition kaleoDefinition)
public com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>primaryKey - the primary key of the kaleo definitioncom.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition findByPrimaryKey(long kaleoDefinitionId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException
NoSuchDefinitionException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the kaleo definitioncom.liferay.portal.workflow.kaleo.exception.NoSuchDefinitionException - if a kaleo definition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByPrimaryKey(java.io.Serializable primaryKey)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>primaryKey - the primary key of the kaleo definitionnull if a kaleo definition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoDefinition fetchByPrimaryKey(long kaleoDefinitionId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencekaleoDefinitionId - the primary key of the kaleo definitionnull if a kaleo definition with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoDefinition> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findAll(int start,
int end)
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 KaleoDefinitionModelImpl. 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 com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator)
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 KaleoDefinitionModelImpl. 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 com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> orderByComparator,
boolean retrieveFromCache)
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 KaleoDefinitionModelImpl. 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 com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic void removeAll()
removeAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencepublic java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>getBadColumnNames in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistencegetBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>protected java.util.Map<java.lang.String,java.lang.Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoDefinition>public void afterPropertiesSet()
public void destroy()