|
Liferay 6.1.0-ce-b4 | |||||||||
| 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<LayoutSetBranch>
com.liferay.portal.service.persistence.LayoutSetBranchPersistenceImpl
public class LayoutSetBranchPersistenceImpl
The persistence implementation for the layout set branch service.
Caching information and settings can be found in portal.properties
LayoutSetBranchPersistence,
LayoutSetBranchUtil| 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 | |
|---|---|
LayoutSetBranchPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the layout set branch persistence. |
void |
cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled. |
void |
cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all layout set branchs. |
void |
clearCache(LayoutSetBranch layoutSetBranch)
Clears the cache for the layout set branch. |
int |
countAll()
Returns the number of layout set branchs. |
int |
countByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?. |
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs where groupId = ? and privateLayout = ?. |
int |
countByGroupId(long groupId)
Returns the number of layout set branchs where groupId = ?. |
LayoutSetBranch |
create(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
void |
destroy()
|
LayoutSetBranch |
fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found. |
LayoutSetBranch |
fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutSetBranch |
fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found. |
LayoutSetBranch |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout set branch with the primary key or returns null if it could not be found. |
int |
filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of layout set branchs that the user has permission to view where groupId = ?. |
LayoutSetBranch[] |
filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
protected LayoutSetBranch |
filterGetByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutSetBranch |
filterGetByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
List<LayoutSetBranch> |
findAll()
Returns all the layout set branchs. |
List<LayoutSetBranch> |
findAll(int start,
int end)
Returns a range of all the layout set branchs. |
List<LayoutSetBranch> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs. |
LayoutSetBranch |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch[] |
findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
LayoutSetBranch |
findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
findByPrimaryKey(Serializable primaryKey)
Returns the layout set branch with the primary key or throws a NoSuchModelException if it could not be found. |
protected LayoutSetBranch |
getByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutSetBranch |
getByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
LayoutSetBranch |
remove(LayoutSetBranch layoutSetBranch)
Removes the layout set branch from the database. |
LayoutSetBranch |
remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
remove(Serializable primaryKey)
Removes the layout set branch with the primary key from the database. |
void |
removeAll()
Removes all the layout set branchs from the database. |
void |
removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout set branchs where groupId = ? and privateLayout = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the layout set branchs where groupId = ? from the database. |
protected LayoutSetBranch |
removeImpl(LayoutSetBranch layoutSetBranch)
Removes the model instance from the database. |
protected LayoutSetBranch |
toUnwrappedModel(LayoutSetBranch layoutSetBranch)
|
LayoutSetBranch |
updateImpl(LayoutSetBranch layoutSetBranch,
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, 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, 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_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_FETCH_BY_G_P_N
public static final FinderPath FINDER_PATH_COUNT_BY_G_P_N
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 LayoutSetBranchPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(LayoutSetBranch layoutSetBranch)
cacheResult in interface LayoutSetBranchPersistencelayoutSetBranch - the layout set branchpublic void cacheResult(List<LayoutSetBranch> layoutSetBranchs)
cacheResult in interface LayoutSetBranchPersistencelayoutSetBranchs - the layout set branchspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutSetBranch>clearCache in class BasePersistenceImpl<LayoutSetBranch>public void clearCache(LayoutSetBranch layoutSetBranch)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutSetBranch>clearCache in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - the instance of this model to clear the cache forpublic LayoutSetBranch create(long layoutSetBranchId)
create in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key for the new layout set branch
public LayoutSetBranch remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<LayoutSetBranch>remove in class BasePersistenceImpl<LayoutSetBranch>primaryKey - the primary key of the layout set branch
NoSuchModelException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
public LayoutSetBranch remove(long layoutSetBranchId)
throws NoSuchLayoutSetBranchException,
SystemException
remove in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the layout set branch
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
public LayoutSetBranch remove(LayoutSetBranch layoutSetBranch)
throws SystemException
remove in interface BasePersistence<LayoutSetBranch>remove in interface LayoutSetBranchPersistenceremove in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - the layout set branch
SystemException - if a system exception occurred
protected LayoutSetBranch removeImpl(LayoutSetBranch layoutSetBranch)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - the model instance to remove
SystemException - if a system exception occurred
public LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface LayoutSetBranchPersistenceupdateImpl in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - 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 LayoutSetBranch toUnwrappedModel(LayoutSetBranch layoutSetBranch)
public LayoutSetBranch findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<LayoutSetBranch>findByPrimaryKey in class BasePersistenceImpl<LayoutSetBranch>primaryKey - the primary key of the layout set branch
NoSuchModelException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
public LayoutSetBranch findByPrimaryKey(long layoutSetBranchId)
throws NoSuchLayoutSetBranchException,
SystemException
NoSuchLayoutSetBranchException if it could not be found.
findByPrimaryKey in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the layout set branch
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
public LayoutSetBranch fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<LayoutSetBranch>fetchByPrimaryKey in class BasePersistenceImpl<LayoutSetBranch>primaryKey - the primary key of the layout set branch
null if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
public LayoutSetBranch fetchByPrimaryKey(long layoutSetBranchId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the layout set branch
null if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
public List<LayoutSetBranch> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
SystemException - if a system exception occurred
public List<LayoutSetBranch> findByGroupId(long groupId,
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.
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
SystemException - if a system exception occurred
public List<LayoutSetBranch> findByGroupId(long groupId,
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.
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutSetBranch findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
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.
findByGroupId_First in interface LayoutSetBranchPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
SystemException - if a system exception occurred
public LayoutSetBranch findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
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.
findByGroupId_Last in interface LayoutSetBranchPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
SystemException - if a system exception occurred
public LayoutSetBranch[] findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
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.
findByGroupId_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutSetBranch getByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutSetBranch> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
SystemException - if a system exception occurred
public List<LayoutSetBranch> filterFindByGroupId(long groupId,
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.
filterFindByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
SystemException - if a system exception occurred
public List<LayoutSetBranch> filterFindByGroupId(long groupId,
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.
filterFindByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutSetBranch[] filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
SystemException
filterFindByGroupId_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutSetBranch filterGetByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout)
throws SystemException
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
SystemException - if a system exception occurred
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout,
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.
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
SystemException - if a system exception occurred
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout,
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.
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutSetBranch findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
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.
findByG_P_First in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
SystemException - if a system exception occurred
public LayoutSetBranch findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
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.
findByG_P_Last in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
SystemException - if a system exception occurred
public LayoutSetBranch[] findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
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.
findByG_P_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutSetBranch getByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutSetBranch> filterFindByG_P(long groupId,
boolean privateLayout)
throws SystemException
filterFindByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
SystemException - if a system exception occurred
public List<LayoutSetBranch> filterFindByG_P(long groupId,
boolean privateLayout,
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.
filterFindByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
SystemException - if a system exception occurred
public List<LayoutSetBranch> filterFindByG_P(long groupId,
boolean privateLayout,
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.
filterFindByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutSetBranch[] filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
throws NoSuchLayoutSetBranchException,
SystemException
filterFindByG_P_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutSetBranch filterGetByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator,
boolean previous)
public LayoutSetBranch findByG_P_N(long groupId,
boolean privateLayout,
String name)
throws NoSuchLayoutSetBranchException,
SystemException
NoSuchLayoutSetBranchException if it could not be found.
findByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
SystemException - if a system exception occurred
public LayoutSetBranch fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
null if a matching layout set branch could not be found
SystemException - if a system exception occurred
public LayoutSetBranch fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the nameretrieveFromCache - whether to use the finder cache
null if a matching layout set branch could not be found
SystemException - if a system exception occurred
public List<LayoutSetBranch> findAll()
throws SystemException
findAll in interface LayoutSetBranchPersistenceSystemException - if a system exception occurred
public List<LayoutSetBranch> 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 LayoutSetBranchPersistencestart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
SystemException - if a system exception occurred
public List<LayoutSetBranch> 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 LayoutSetBranchPersistencestart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
SystemException - if a system exception occurred
public void removeByG_P(long groupId,
boolean privateLayout)
throws SystemException
removeByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
SystemException - if a system exception occurred
public void removeByG_P_N(long groupId,
boolean privateLayout,
String name)
throws NoSuchLayoutSetBranchException,
SystemException
removeByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
SystemException - if a system exception occurred
NoSuchLayoutSetBranchException
public void removeAll()
throws SystemException
removeAll in interface LayoutSetBranchPersistenceSystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
SystemException - if a system exception occurred
public int countByG_P(long groupId,
boolean privateLayout)
throws SystemException
countByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
SystemException - if a system exception occurred
public int filterCountByG_P(long groupId,
boolean privateLayout)
throws SystemException
filterCountByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
SystemException - if a system exception occurred
public int countByG_P_N(long groupId,
boolean privateLayout,
String name)
throws SystemException
countByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface LayoutSetBranchPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||