|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutPrototype>
com.liferay.portal.service.persistence.LayoutPrototypePersistenceImpl
public class LayoutPrototypePersistenceImpl
The persistence implementation for the layout prototype service.
Caching information and settings can be found in portal.properties
LayoutPrototypePersistence
,
LayoutPrototypeUtil
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 | |
---|---|
LayoutPrototypePersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the layout prototype persistence. |
void |
cacheResult(LayoutPrototype layoutPrototype)
Caches the layout prototype in the entity cache if it is enabled. |
void |
cacheResult(List<LayoutPrototype> layoutPrototypes)
Caches the layout prototypes in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all layout prototypes. |
void |
clearCache(LayoutPrototype layoutPrototype)
Clears the cache for the layout prototype. |
void |
clearCache(List<LayoutPrototype> layoutPrototypes)
Clears the cache for a List instances of this model. |
int |
countAll()
Returns the number of layout prototypes. |
int |
countByC_A(long companyId,
boolean active)
Returns the number of layout prototypes where companyId = ? and active = ?. |
int |
countByCompanyId(long companyId)
Returns the number of layout prototypes where companyId = ?. |
int |
countByUuid(String uuid)
Returns the number of layout prototypes where uuid = ?. |
LayoutPrototype |
create(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
void |
destroy()
|
LayoutPrototype |
fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or returns null if it could not be found. |
int |
filterCountByC_A(long companyId,
boolean active)
Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
int |
filterCountByCompanyId(long companyId)
Returns the number of layout prototypes that the user has permission to view where companyId = ?. |
int |
filterCountByUuid(String uuid)
Returns the number of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype[] |
filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
LayoutPrototype[] |
filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
LayoutPrototype[] |
filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
protected LayoutPrototype |
filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
List<LayoutPrototype> |
findAll()
Returns all the layout prototypes. |
List<LayoutPrototype> |
findAll(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes. |
LayoutPrototype |
findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
LayoutPrototype |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
LayoutPrototype |
findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
findByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found. |
LayoutPrototype |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
protected LayoutPrototype |
getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
LayoutPrototype |
remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
remove(Serializable primaryKey)
Removes the layout prototype with the primary key from the database. |
void |
removeAll()
Removes all the layout prototypes from the database. |
void |
removeByC_A(long companyId,
boolean active)
Removes all the layout prototypes where companyId = ? and active = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the layout prototypes where companyId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the layout prototypes where uuid = ? from the database. |
protected LayoutPrototype |
removeImpl(LayoutPrototype layoutPrototype)
Removes the model instance from the database. |
protected LayoutPrototype |
toUnwrappedModel(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
updateImpl(LayoutPrototype layoutPrototype,
boolean merge)
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, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
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, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, 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_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A
public static final FinderPath FINDER_PATH_COUNT_BY_C_A
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
@BeanReference(type=AccountPersistence.class) protected AccountPersistence accountPersistence
@BeanReference(type=AddressPersistence.class) protected AddressPersistence addressPersistence
@BeanReference(type=BrowserTrackerPersistence.class) protected BrowserTrackerPersistence browserTrackerPersistence
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=ClusterGroupPersistence.class) protected ClusterGroupPersistence clusterGroupPersistence
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=ContactPersistence.class) protected ContactPersistence contactPersistence
@BeanReference(type=CountryPersistence.class) protected CountryPersistence countryPersistence
@BeanReference(type=EmailAddressPersistence.class) protected EmailAddressPersistence emailAddressPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutBranchPersistence.class) protected LayoutBranchPersistence layoutBranchPersistence
@BeanReference(type=LayoutPrototypePersistence.class) protected LayoutPrototypePersistence layoutPrototypePersistence
@BeanReference(type=LayoutRevisionPersistence.class) protected LayoutRevisionPersistence layoutRevisionPersistence
@BeanReference(type=LayoutSetPersistence.class) protected LayoutSetPersistence layoutSetPersistence
@BeanReference(type=LayoutSetBranchPersistence.class) protected LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=LayoutSetPrototypePersistence.class) protected LayoutSetPrototypePersistence layoutSetPrototypePersistence
@BeanReference(type=ListTypePersistence.class) protected ListTypePersistence listTypePersistence
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=MembershipRequestPersistence.class) protected MembershipRequestPersistence membershipRequestPersistence
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrgGroupPermissionPersistence.class) protected OrgGroupPermissionPersistence orgGroupPermissionPersistence
@BeanReference(type=OrgGroupRolePersistence.class) protected OrgGroupRolePersistence orgGroupRolePersistence
@BeanReference(type=OrgLaborPersistence.class) protected OrgLaborPersistence orgLaborPersistence
@BeanReference(type=PasswordPolicyPersistence.class) protected PasswordPolicyPersistence passwordPolicyPersistence
@BeanReference(type=PasswordPolicyRelPersistence.class) protected PasswordPolicyRelPersistence passwordPolicyRelPersistence
@BeanReference(type=PasswordTrackerPersistence.class) protected PasswordTrackerPersistence passwordTrackerPersistence
@BeanReference(type=PermissionPersistence.class) protected PermissionPersistence permissionPersistence
@BeanReference(type=PhonePersistence.class) protected PhonePersistence phonePersistence
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
@BeanReference(type=PortalPreferencesPersistence.class) protected PortalPreferencesPersistence portalPreferencesPersistence
@BeanReference(type=PortletPersistence.class) protected PortletPersistence portletPersistence
@BeanReference(type=PortletItemPersistence.class) protected PortletItemPersistence portletItemPersistence
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=RegionPersistence.class) protected RegionPersistence regionPersistence
@BeanReference(type=ReleasePersistence.class) protected ReleasePersistence releasePersistence
@BeanReference(type=RepositoryPersistence.class) protected RepositoryPersistence repositoryPersistence
@BeanReference(type=RepositoryEntryPersistence.class) protected RepositoryEntryPersistence repositoryEntryPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceActionPersistence.class) protected ResourceActionPersistence resourceActionPersistence
@BeanReference(type=ResourceBlockPersistence.class) protected ResourceBlockPersistence resourceBlockPersistence
@BeanReference(type=ResourceBlockPermissionPersistence.class) protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence
@BeanReference(type=ResourceCodePersistence.class) protected ResourceCodePersistence resourceCodePersistence
@BeanReference(type=ResourcePermissionPersistence.class) protected ResourcePermissionPersistence resourcePermissionPersistence
@BeanReference(type=ResourceTypePermissionPersistence.class) protected ResourceTypePermissionPersistence resourceTypePermissionPersistence
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
@BeanReference(type=ServiceComponentPersistence.class) protected ServiceComponentPersistence serviceComponentPersistence
@BeanReference(type=ShardPersistence.class) protected ShardPersistence shardPersistence
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
@BeanReference(type=TicketPersistence.class) protected TicketPersistence ticketPersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupGroupRolePersistence.class) protected UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=UserGroupRolePersistence.class) protected UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=UserIdMapperPersistence.class) protected UserIdMapperPersistence userIdMapperPersistence
@BeanReference(type=UserNotificationEventPersistence.class) protected UserNotificationEventPersistence userNotificationEventPersistence
@BeanReference(type=UserTrackerPersistence.class) protected UserTrackerPersistence userTrackerPersistence
@BeanReference(type=UserTrackerPathPersistence.class) protected UserTrackerPathPersistence userTrackerPathPersistence
@BeanReference(type=VirtualHostPersistence.class) protected VirtualHostPersistence virtualHostPersistence
@BeanReference(type=WebDAVPropsPersistence.class) protected WebDAVPropsPersistence webDAVPropsPersistence
@BeanReference(type=WebsitePersistence.class) protected WebsitePersistence websitePersistence
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
Constructor Detail |
---|
public LayoutPrototypePersistenceImpl()
Method Detail |
---|
public void cacheResult(LayoutPrototype layoutPrototype)
cacheResult
in interface LayoutPrototypePersistence
layoutPrototype
- the layout prototypepublic void cacheResult(List<LayoutPrototype> layoutPrototypes)
cacheResult
in interface LayoutPrototypePersistence
layoutPrototypes
- the layout prototypespublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<LayoutPrototype>
clearCache
in class BasePersistenceImpl<LayoutPrototype>
public void clearCache(LayoutPrototype layoutPrototype)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<LayoutPrototype>
clearCache
in class BasePersistenceImpl<LayoutPrototype>
layoutPrototype
- the instance of this model to clear the cache forpublic void clearCache(List<LayoutPrototype> layoutPrototypes)
BasePersistence
The EntityCache
and FinderCache
are both cleared by this
method.
clearCache
in interface BasePersistence<LayoutPrototype>
clearCache
in class BasePersistenceImpl<LayoutPrototype>
layoutPrototypes
- the List instances of this model to clear the cache forpublic LayoutPrototype create(long layoutPrototypeId)
create
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key for the new layout prototype
public LayoutPrototype remove(long layoutPrototypeId) throws NoSuchLayoutPrototypeException, SystemException
remove
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the layout prototype
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype remove(Serializable primaryKey) throws NoSuchLayoutPrototypeException, SystemException
remove
in interface BasePersistence<LayoutPrototype>
remove
in class BasePersistenceImpl<LayoutPrototype>
primaryKey
- the primary key of the layout prototype
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype removeImpl(LayoutPrototype layoutPrototype) 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<LayoutPrototype>
layoutPrototype
- the model instance to remove
SystemException
- if a system exception occurredpublic LayoutPrototype updateImpl(LayoutPrototype layoutPrototype, boolean merge) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface LayoutPrototypePersistence
updateImpl
in class BasePersistenceImpl<LayoutPrototype>
layoutPrototype
- the model instance to updatemerge
- whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredprotected LayoutPrototype toUnwrappedModel(LayoutPrototype layoutPrototype)
public LayoutPrototype findByPrimaryKey(Serializable primaryKey) throws NoSuchModelException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<LayoutPrototype>
findByPrimaryKey
in class BasePersistenceImpl<LayoutPrototype>
primaryKey
- the primary key of the layout prototype
NoSuchModelException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype findByPrimaryKey(long layoutPrototypeId) throws NoSuchLayoutPrototypeException, SystemException
NoSuchLayoutPrototypeException
if it could not be found.
findByPrimaryKey
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the layout prototype
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<LayoutPrototype>
fetchByPrimaryKey
in class BasePersistenceImpl<LayoutPrototype>
primaryKey
- the primary key of the layout prototype
null
if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype fetchByPrimaryKey(long layoutPrototypeId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the layout prototype
null
if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByUuid(String uuid) throws SystemException
findByUuid
in interface LayoutPrototypePersistence
uuid
- the uuid
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByUuid(String uuid, 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.
findByUuid
in interface LayoutPrototypePersistence
uuid
- the uuidstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByUuid(String uuid, 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.
findByUuid
in interface LayoutPrototypePersistence
uuid
- the uuidstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic LayoutPrototype findByUuid_First(String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByUuid_First
in interface LayoutPrototypePersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByUuid_Last
in interface LayoutPrototypePersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype[] findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByUuid_PrevAndNext
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the current layout prototypeuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype getByUuid_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, OrderByComparator orderByComparator, boolean previous)
public List<LayoutPrototype> filterFindByUuid(String uuid) throws SystemException
filterFindByUuid
in interface LayoutPrototypePersistence
uuid
- the uuid
SystemException
- if a system exception occurredpublic List<LayoutPrototype> filterFindByUuid(String uuid, 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.
filterFindByUuid
in interface LayoutPrototypePersistence
uuid
- the uuidstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> filterFindByUuid(String uuid, 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.
filterFindByUuid
in interface LayoutPrototypePersistence
uuid
- the uuidstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic LayoutPrototype[] filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, SystemException
filterFindByUuid_PrevAndNext
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the current layout prototypeuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype filterGetByUuid_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, OrderByComparator orderByComparator, boolean previous)
public List<LayoutPrototype> findByCompanyId(long companyId) throws SystemException
findByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company ID
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByCompanyId(long companyId, 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.
findByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company IDstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByCompanyId(long companyId, 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.
findByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company IDstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic LayoutPrototype findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByCompanyId_First
in interface LayoutPrototypePersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByCompanyId_Last
in interface LayoutPrototypePersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype[] findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByCompanyId_PrevAndNext
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype getByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator orderByComparator, boolean previous)
public List<LayoutPrototype> filterFindByCompanyId(long companyId) throws SystemException
filterFindByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company ID
SystemException
- if a system exception occurredpublic List<LayoutPrototype> filterFindByCompanyId(long companyId, 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.
filterFindByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company IDstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> filterFindByCompanyId(long companyId, 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.
filterFindByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company IDstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic LayoutPrototype[] filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, SystemException
filterFindByCompanyId_PrevAndNext
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype filterGetByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator orderByComparator, boolean previous)
public List<LayoutPrototype> findByC_A(long companyId, boolean active) throws SystemException
findByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the active
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByC_A(long companyId, boolean active, 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.
findByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the activestart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> findByC_A(long companyId, boolean active, 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.
findByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the activestart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic LayoutPrototype findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByC_A_First
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByC_A_Last
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
SystemException
- if a system exception occurredpublic LayoutPrototype[] findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, 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.
findByC_A_PrevAndNext
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype getByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
public List<LayoutPrototype> filterFindByC_A(long companyId, boolean active) throws SystemException
filterFindByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the active
SystemException
- if a system exception occurredpublic List<LayoutPrototype> filterFindByC_A(long companyId, boolean active, 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.
filterFindByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the activestart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> filterFindByC_A(long companyId, boolean active, 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.
filterFindByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the activestart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic LayoutPrototype[] filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutPrototypeException, SystemException
filterFindByC_A_PrevAndNext
in interface LayoutPrototypePersistence
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
SystemException
- if a system exception occurredprotected LayoutPrototype filterGetByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
public List<LayoutPrototype> findAll() throws SystemException
findAll
in interface LayoutPrototypePersistence
SystemException
- if a system exception occurredpublic List<LayoutPrototype> 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.
findAll
in interface LayoutPrototypePersistence
start
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)
SystemException
- if a system exception occurredpublic List<LayoutPrototype> 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.
findAll
in interface LayoutPrototypePersistence
start
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic void removeByUuid(String uuid) throws SystemException
removeByUuid
in interface LayoutPrototypePersistence
uuid
- the uuid
SystemException
- if a system exception occurredpublic void removeByCompanyId(long companyId) throws SystemException
removeByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company ID
SystemException
- if a system exception occurredpublic void removeByC_A(long companyId, boolean active) throws SystemException
removeByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the active
SystemException
- if a system exception occurredpublic void removeAll() throws SystemException
removeAll
in interface LayoutPrototypePersistence
SystemException
- if a system exception occurredpublic int countByUuid(String uuid) throws SystemException
countByUuid
in interface LayoutPrototypePersistence
uuid
- the uuid
SystemException
- if a system exception occurredpublic int filterCountByUuid(String uuid) throws SystemException
filterCountByUuid
in interface LayoutPrototypePersistence
uuid
- the uuid
SystemException
- if a system exception occurredpublic int countByCompanyId(long companyId) throws SystemException
countByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company ID
SystemException
- if a system exception occurredpublic int filterCountByCompanyId(long companyId) throws SystemException
filterCountByCompanyId
in interface LayoutPrototypePersistence
companyId
- the company ID
SystemException
- if a system exception occurredpublic int countByC_A(long companyId, boolean active) throws SystemException
countByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the active
SystemException
- if a system exception occurredpublic int filterCountByC_A(long companyId, boolean active) throws SystemException
filterCountByC_A
in interface LayoutPrototypePersistence
companyId
- the company IDactive
- the active
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface LayoutPrototypePersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |