|
Liferay 7.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.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
@ProviderType public abstract class RecentLayoutSetBranchLocalServiceBaseImpl
Provides the base implementation for the recent layout set branch local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in RecentLayoutSetBranchLocalServiceImpl.
RecentLayoutSetBranchLocalServiceImpl,
RecentLayoutSetBranchLocalServiceUtil| Constructor Summary | |
|---|---|
RecentLayoutSetBranchLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
RecentLayoutSetBranch |
addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
|
void |
afterPropertiesSet()
|
|
RecentLayoutSetBranch |
createRecentLayoutSetBranch(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
RecentLayoutSetBranch |
deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
Deletes the recent layout set branch with the primary key from the database. |
|
RecentLayoutSetBranch |
deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
RecentLayoutSetBranch |
fetchRecentLayoutSetBranch(long recentLayoutSetBranchId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service. |
|
LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
RecentLayoutSetBranch |
getRecentLayoutSetBranch(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key. |
|
RecentLayoutSetBranchLocalService |
getRecentLayoutSetBranchLocalService()
Returns the recent layout set branch local service. |
|
RecentLayoutSetBranchPersistence |
getRecentLayoutSetBranchPersistence()
Returns the recent layout set branch persistence. |
|
List<RecentLayoutSetBranch> |
getRecentLayoutSetBranchs(int start,
int end)
Returns a range of all the recent layout set branchs. |
|
int |
getRecentLayoutSetBranchsCount()
Returns the number of recent layout set branchs. |
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service. |
|
void |
setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence. |
|
void |
setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
Sets the recent layout set branch local service. |
|
void |
setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
Sets the recent layout set branch persistence. |
|
RecentLayoutSetBranch |
updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| 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.RecentLayoutSetBranchLocalService |
|---|
addRecentLayoutSetBranch, deleteRecentLayoutSetBranches, deleteUserRecentLayoutSetBranches, fetchRecentLayoutSetBranch |
| Field Detail |
|---|
@BeanReference(type=RecentLayoutSetBranchLocalService.class) protected RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService
@BeanReference(type=RecentLayoutSetBranchPersistence.class) protected RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=LayoutSetBranchLocalService.class) protected LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=LayoutSetBranchPersistence.class) protected LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public RecentLayoutSetBranchLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public RecentLayoutSetBranch addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
addRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalServicerecentLayoutSetBranch - the recent layout set branch
public RecentLayoutSetBranch createRecentLayoutSetBranch(long recentLayoutSetBranchId)
createRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalServicerecentLayoutSetBranchId - the primary key for the new recent layout set branch
@Indexable(type=DELETE)
public RecentLayoutSetBranch deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
throws PortalException
deleteRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalServicerecentLayoutSetBranchId - the primary key of the recent layout set branch
PortalException - if a recent layout set branch with the primary key could not be found@Indexable(type=DELETE) public RecentLayoutSetBranch deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
deleteRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalServicerecentLayoutSetBranch - the recent layout set branch
public DynamicQuery dynamicQuery()
dynamicQuery in interface RecentLayoutSetBranchLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface RecentLayoutSetBranchLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RecentLayoutSetBranchModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface RecentLayoutSetBranchLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RecentLayoutSetBranchModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface RecentLayoutSetBranchLocalServicedynamicQuery - 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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface RecentLayoutSetBranchLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface RecentLayoutSetBranchLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public RecentLayoutSetBranch fetchRecentLayoutSetBranch(long recentLayoutSetBranchId)
fetchRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalService
public RecentLayoutSetBranch getRecentLayoutSetBranch(long recentLayoutSetBranchId)
throws PortalException
getRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalServicerecentLayoutSetBranchId - the primary key of the recent layout set branch
PortalException - if a recent layout set branch with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface RecentLayoutSetBranchLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface RecentLayoutSetBranchLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface RecentLayoutSetBranchLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface RecentLayoutSetBranchLocalServicePortalException
public List<RecentLayoutSetBranch> getRecentLayoutSetBranchs(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RecentLayoutSetBranchModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getRecentLayoutSetBranchs in interface RecentLayoutSetBranchLocalServicestart - the lower bound of the range of recent layout set branchsend - the upper bound of the range of recent layout set branchs (not inclusive)
public int getRecentLayoutSetBranchsCount()
getRecentLayoutSetBranchsCount in interface RecentLayoutSetBranchLocalService@Indexable(type=REINDEX) public RecentLayoutSetBranch updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
updateRecentLayoutSetBranch in interface RecentLayoutSetBranchLocalServicerecentLayoutSetBranch - the recent layout set branch
public RecentLayoutSetBranchLocalService getRecentLayoutSetBranchLocalService()
public void setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
recentLayoutSetBranchLocalService - the recent layout set branch local servicepublic RecentLayoutSetBranchPersistence getRecentLayoutSetBranchPersistence()
public void setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
recentLayoutSetBranchPersistence - the recent layout set branch persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService - the layout set branch local servicepublic LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence - the layout set branch persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface RecentLayoutSetBranchLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||