|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutBranchLocalServiceWrapper
public class LayoutBranchLocalServiceWrapper
This class is a wrapper for LayoutBranchLocalService.
LayoutBranchLocalService| Constructor Summary | |
|---|---|
LayoutBranchLocalServiceWrapper(LayoutBranchLocalService layoutBranchLocalService)
|
|
| Method Summary | |
|---|---|
LayoutBranch |
addLayoutBranch(LayoutBranch layoutBranch)
Adds the layout branch to the database. |
LayoutBranch |
addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
createLayoutBranch(long LayoutBranchId)
Creates a new layout branch with the primary key. |
LayoutBranch |
deleteLayoutBranch(LayoutBranch layoutBranch)
Deletes the layout branch from the database. |
LayoutBranch |
deleteLayoutBranch(long LayoutBranchId)
Deletes the layout branch with the primary key from the database. |
void |
deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
LayoutBranch |
fetchLayoutBranch(long LayoutBranchId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LayoutBranch |
getLayoutBranch(long LayoutBranchId)
Returns the layout branch with the primary key. |
List<LayoutBranch> |
getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutBranch> |
getLayoutBranchs(int start,
int end)
Returns a range of all the layout branchs. |
int |
getLayoutBranchsCount()
Returns the number of layout branchs. |
List<LayoutBranch> |
getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
LayoutBranch |
getMasterLayoutBranch(long layoutSetBranchId,
long plid)
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
LayoutBranchLocalService |
getWrappedLayoutBranchLocalService()
Deprecated. Renamed to getWrappedService() |
LayoutBranchLocalService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutBranchLocalService) |
void |
setWrappedService(LayoutBranchLocalService layoutBranchLocalService)
|
LayoutBranch |
updateLayoutBranch(LayoutBranch layoutBranch)
Updates the layout branch in the database or adds it if it does not yet exist. |
LayoutBranch |
updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutBranchLocalServiceWrapper(LayoutBranchLocalService layoutBranchLocalService)
| Method Detail |
|---|
public LayoutBranch addLayoutBranch(LayoutBranch layoutBranch)
throws SystemException
addLayoutBranch in interface LayoutBranchLocalServicelayoutBranch - the layout branch
SystemException - if a system exception occurredpublic LayoutBranch createLayoutBranch(long LayoutBranchId)
createLayoutBranch in interface LayoutBranchLocalServiceLayoutBranchId - the primary key for the new layout branch
public LayoutBranch deleteLayoutBranch(long LayoutBranchId)
throws PortalException,
SystemException
deleteLayoutBranch in interface LayoutBranchLocalServiceLayoutBranchId - the primary key of the layout branch
PortalException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred
public LayoutBranch deleteLayoutBranch(LayoutBranch layoutBranch)
throws SystemException
deleteLayoutBranch in interface LayoutBranchLocalServicelayoutBranch - the layout branch
SystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutBranchLocalService
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface LayoutBranchLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface LayoutBranchLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface LayoutBranchLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface LayoutBranchLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public LayoutBranch fetchLayoutBranch(long LayoutBranchId)
throws SystemException
fetchLayoutBranch in interface LayoutBranchLocalServiceSystemException
public LayoutBranch getLayoutBranch(long LayoutBranchId)
throws PortalException,
SystemException
getLayoutBranch in interface LayoutBranchLocalServiceLayoutBranchId - the primary key of the layout branch
PortalException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface LayoutBranchLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalException
SystemException
public List<LayoutBranch> getLayoutBranchs(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.
getLayoutBranchs in interface LayoutBranchLocalServicestart - the lower bound of the range of layout branchsend - the upper bound of the range of layout branchs (not inclusive)
SystemException - if a system exception occurred
public int getLayoutBranchsCount()
throws SystemException
getLayoutBranchsCount in interface LayoutBranchLocalServiceSystemException - if a system exception occurred
public LayoutBranch updateLayoutBranch(LayoutBranch layoutBranch)
throws SystemException
updateLayoutBranch in interface LayoutBranchLocalServicelayoutBranch - the layout branch
SystemException - if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier in interface LayoutBranchLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface LayoutBranchLocalServicebeanIdentifier - the Spring bean ID for this bean
public LayoutBranch addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutBranch in interface LayoutBranchLocalServicePortalException
SystemException
public LayoutBranch addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutBranch in interface LayoutBranchLocalServicePortalException
SystemException
public void deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId)
throws PortalException,
SystemException
deleteLayoutSetBranchLayoutBranches in interface LayoutBranchLocalServicePortalException
SystemException
public List<LayoutBranch> getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getLayoutBranches in interface LayoutBranchLocalServiceSystemException
public List<LayoutBranch> getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
throws SystemException
getLayoutSetBranchLayoutBranches in interface LayoutBranchLocalServiceSystemException
public LayoutBranch getMasterLayoutBranch(long layoutSetBranchId,
long plid)
throws PortalException,
SystemException
getMasterLayoutBranch in interface LayoutBranchLocalServicePortalException
SystemException
public LayoutBranch updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateLayoutBranch in interface LayoutBranchLocalServicePortalException
SystemExceptionpublic LayoutBranchLocalService getWrappedLayoutBranchLocalService()
getWrappedService()
public void setWrappedLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
setWrappedService(com.liferay.portal.service.LayoutBranchLocalService)
public LayoutBranchLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutBranchLocalService>public void setWrappedService(LayoutBranchLocalService layoutBranchLocalService)
setWrappedService in interface ServiceWrapper<LayoutBranchLocalService>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||