public class SubCatGroupRelationStorageImpl extends org.exoplatform.social.core.storage.impl.AbstractStorage implements SubCatGroupRelationStorage
| Constructor and Description |
|---|
SubCatGroupRelationStorageImpl(SubCatGroupDAO subCatGroupDAO) |
| Modifier and Type | Method and Description |
|---|---|
SubCatGroupEntity |
createSubCatGroupRelation(String subGroupId,
String subCatId,
String subId,
String subName,
String catId,
String catName,
String groupName) |
void |
deleteSubCatGroupRelation(String id) |
List<SubCatGroupEntity> |
getRelationShipBySubCatId(String subCatId,
int offset,
int limit) |
List<SubCatGroupEntity> |
getRelationShipBySubGroupId(String subGroupId,
int offset,
int limit) |
List<SubCatGroupEntity> |
getRelationShipBySubId(String subId,
int offset,
int limit) |
_findById, _findByPath, _getMixin, _hasMixin, _removeById, _removeMixin, _skip, getProviderRoot, getSession, getSpaceRoot, getStatus, isJcrProperty, lifecycleLookup, node, nodes, nodes, startSynchronization, stopSynchronizationpublic SubCatGroupRelationStorageImpl(SubCatGroupDAO subCatGroupDAO)
public SubCatGroupEntity createSubCatGroupRelation(String subGroupId, String subCatId, String subId, String subName, String catId, String catName, String groupName) throws Exception
createSubCatGroupRelation in interface SubCatGroupRelationStorageExceptionpublic void deleteSubCatGroupRelation(String id) throws Exception
deleteSubCatGroupRelation in interface SubCatGroupRelationStorageExceptionpublic List<SubCatGroupEntity> getRelationShipBySubCatId(String subCatId, int offset, int limit) throws Exception
getRelationShipBySubCatId in interface SubCatGroupRelationStorageExceptionpublic List<SubCatGroupEntity> getRelationShipBySubGroupId(String subGroupId, int offset, int limit) throws Exception
getRelationShipBySubGroupId in interface SubCatGroupRelationStorageExceptionpublic List<SubCatGroupEntity> getRelationShipBySubId(String subId, int offset, int limit) throws Exception
getRelationShipBySubId in interface SubCatGroupRelationStorageExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.