@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ResourceBlockLocalService extends BaseLocalService, PermissionedModelLocalService
ResourceBlockLocalServiceUtil
,
ResourceBlockLocalServiceBaseImpl
,
ResourceBlockLocalServiceImpl
Modifier and Type | Method and Description |
---|---|
void |
addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId) |
void |
addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong) |
void |
addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId) |
void |
addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong) |
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId) |
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId) |
void |
addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong) |
void |
addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong) |
ResourceBlock |
addResourceBlock(long companyId,
long groupId,
String name,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Adds a resource block if necessary and associates the resource block
permissions with it.
|
ResourceBlock |
addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database.
|
ResourceBlock |
createResourceBlock(long resourceBlockId)
Creates a new resource block with the primary key.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
ResourceBlock |
deleteResourceBlock(long resourceBlockId)
Deletes the resource block with the primary key from the database.
|
ResourceBlock |
deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database.
|
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
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.
|
ResourceBlock |
fetchResourceBlock(long resourceBlockId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
long |
getActionId(String name,
String actionId) |
long |
getActionIds(String name,
List<String> actionIds) |
List<String> |
getActionIds(String name,
long actionIdsLong) |
List<String> |
getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PermissionedModel |
getPermissionedModel(String name,
long primKey) |
List<String> |
getPermissions(ResourceBlock resourceBlock,
long roleId) |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
ResourceBlock |
getResourceBlock(long resourceBlockId)
Returns the resource block with the primary key.
|
ResourceBlock |
getResourceBlock(String name,
long primKey) |
List<Long> |
getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag,
String name,
String actionId) |
ResourceBlockIdsBag |
getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds) |
List<ResourceBlock> |
getResourceBlocks(int start,
int end)
Returns a range of all the resource blocks.
|
int |
getResourceBlocksCount()
Returns the number of resource blocks.
|
List<Role> |
getRoles(String name,
long primKey,
String actionId) |
boolean |
hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag) |
boolean |
hasPermission(String name,
PermissionedModel permissionedModel,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag) |
boolean |
isSupported(String name) |
void |
releasePermissionedModelResourceBlock(PermissionedModel permissionedModel) |
void |
releasePermissionedModelResourceBlock(String name,
long primKey) |
void |
releaseResourceBlock(long resourceBlockId)
Decrements the reference count of the resource block and updates it in
the database or deletes the resource block if the reference count reaches
zero.
|
void |
releaseResourceBlock(ResourceBlock resourceBlock)
Decrements the reference count of the resource block and updates it in
the database or deletes the resource block if the reference count reaches
zero.
|
void |
removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong) |
void |
removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId) |
void |
removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId) |
void |
removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong) |
void |
removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId) |
void |
removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong) |
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId) |
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId) |
void |
removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong) |
void |
removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong) |
void |
setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds) |
void |
setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong) |
void |
setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds) |
void |
setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong) |
void |
updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator) |
void |
updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator) |
void |
updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator) |
ResourceBlock |
updateResourceBlock(ResourceBlock resourceBlock)
Updates the resource block in the database or adds it if it does not yet exist.
|
ResourceBlock |
updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer) |
void |
verifyResourceBlockId(long companyId,
String name,
long primKey) |
void addCompanyScopePermission(long companyId, String name, long roleId, String actionId) throws PortalException
PortalException
void addCompanyScopePermissions(long companyId, String name, long roleId, long actionIdsLong)
void addGroupScopePermission(long companyId, long groupId, String name, long roleId, String actionId) throws PortalException
PortalException
void addGroupScopePermissions(long companyId, long groupId, String name, long roleId, long actionIdsLong)
void addIndividualScopePermission(long companyId, long groupId, String name, long primKey, long roleId, String actionId) throws PortalException
PortalException
void addIndividualScopePermission(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, String actionId) throws PortalException
PortalException
void addIndividualScopePermissions(long companyId, long groupId, String name, long primKey, long roleId, long actionIdsLong) throws PortalException
PortalException
void addIndividualScopePermissions(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, long actionIdsLong)
ResourceBlock addResourceBlock(long companyId, long groupId, String name, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
companyId
- the primary key of the resource block's companygroupId
- the primary key of the resource block's groupname
- the resource block's namepermissionsHash
- the resource block's permission hashresourceBlockPermissionsContainer
- the resource block's
permissions container@Indexable(type=REINDEX) ResourceBlock addResourceBlock(ResourceBlock resourceBlock)
resourceBlock
- the resource block@Transactional(enabled=false) ResourceBlock createResourceBlock(long resourceBlockId)
resourceBlockId
- the primary key for the new resource blockPersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface PersistedModelLocalService
PortalException
@Indexable(type=DELETE) ResourceBlock deleteResourceBlock(long resourceBlockId) throws PortalException
resourceBlockId
- the primary key of the resource blockPortalException
- if a resource block with the primary key could not be found@Indexable(type=DELETE) ResourceBlock deleteResourceBlock(ResourceBlock resourceBlock)
resourceBlock
- the resource block@Transactional(propagation=SUPPORTS, readOnly=true) DynamicQuery dynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) <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 ResourceBlockModelImpl
. 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
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) <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 ResourceBlockModelImpl
. 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
- 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
)@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query@Transactional(propagation=SUPPORTS, readOnly=true) ResourceBlock fetchResourceBlock(long resourceBlockId)
@Transactional(propagation=SUPPORTS, readOnly=true) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) long getActionId(String name, String actionId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) long getActionIds(String name, List<String> actionIds) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) List<String> getActionIds(String name, long actionIdsLong)
@Transactional(propagation=SUPPORTS, readOnly=true) List<String> getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<String> getGroupScopePermissions(ResourceBlock resourceBlock, long roleId)
@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PermissionedModel getPermissionedModel(String name, long primKey) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) List<String> getPermissions(ResourceBlock resourceBlock, long roleId)
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface PersistedModelLocalService
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ResourceBlock getResourceBlock(long resourceBlockId) throws PortalException
resourceBlockId
- the primary key of the resource blockPortalException
- if a resource block with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) ResourceBlock getResourceBlock(String name, long primKey) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) List<Long> getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag, String name, String actionId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ResourceBlockIdsBag getResourceBlockIdsBag(long companyId, long groupId, String name, long[] roleIds)
@Transactional(propagation=SUPPORTS, readOnly=true) List<ResourceBlock> getResourceBlocks(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 ResourceBlockModelImpl
. 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.
start
- the lower bound of the range of resource blocksend
- the upper bound of the range of resource blocks (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) int getResourceBlocksCount()
@Transactional(propagation=SUPPORTS, readOnly=true) List<Role> getRoles(String name, long primKey, String actionId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasPermission(String name, long primKey, String actionId, ResourceBlockIdsBag resourceBlockIdsBag) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasPermission(String name, PermissionedModel permissionedModel, String actionId, ResourceBlockIdsBag resourceBlockIdsBag) throws PortalException
PortalException
@Skip @Transactional(propagation=SUPPORTS, readOnly=true) boolean isSupported(String name)
@Transactional(isolation=READ_COMMITTED, propagation=REQUIRES_NEW) void releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
void releasePermissionedModelResourceBlock(String name, long primKey) throws PortalException
PortalException
@Transactional(isolation=READ_COMMITTED, propagation=REQUIRES_NEW) void releaseResourceBlock(long resourceBlockId)
resourceBlockId
- the primary key of the resource block@Transactional(isolation=READ_COMMITTED, propagation=REQUIRES_NEW) void releaseResourceBlock(ResourceBlock resourceBlock)
resourceBlock
- the resource blockvoid removeAllGroupScopePermissions(long companyId, String name, long roleId, long actionIdsLong)
void removeAllGroupScopePermissions(long companyId, String name, long roleId, String actionId) throws PortalException
PortalException
void removeCompanyScopePermission(long companyId, String name, long roleId, String actionId) throws PortalException
PortalException
void removeCompanyScopePermissions(long companyId, String name, long roleId, long actionIdsLong)
void removeGroupScopePermission(long companyId, long groupId, String name, long roleId, String actionId) throws PortalException
PortalException
void removeGroupScopePermissions(long companyId, long groupId, String name, long roleId, long actionIdsLong)
void removeIndividualScopePermission(long companyId, long groupId, String name, long primKey, long roleId, String actionId) throws PortalException
PortalException
void removeIndividualScopePermission(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, String actionId) throws PortalException
PortalException
void removeIndividualScopePermissions(long companyId, long groupId, String name, long primKey, long roleId, long actionIdsLong) throws PortalException
PortalException
void removeIndividualScopePermissions(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, long actionIdsLong)
void setCompanyScopePermissions(long companyId, String name, long roleId, List<String> actionIds) throws PortalException
PortalException
void setCompanyScopePermissions(long companyId, String name, long roleId, long actionIdsLong)
void setGroupScopePermissions(long companyId, long groupId, String name, long roleId, List<String> actionIds) throws PortalException
PortalException
void setGroupScopePermissions(long companyId, long groupId, String name, long roleId, long actionIdsLong)
void setIndividualScopePermissions(long companyId, long groupId, String name, long primKey, long roleId, List<String> actionIds) throws PortalException
PortalException
void setIndividualScopePermissions(long companyId, long groupId, String name, long primKey, long roleId, long actionIdsLong) throws PortalException
PortalException
void setIndividualScopePermissions(long companyId, long groupId, String name, long primKey, Map<Long,String[]> roleIdsToActionIds) throws PortalException
PortalException
void setIndividualScopePermissions(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, List<String> actionIds) throws PortalException
PortalException
void setIndividualScopePermissions(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, long actionIdsLong)
void updateCompanyScopePermissions(long companyId, String name, long roleId, long actionIdsLong, int operator)
void updateGroupScopePermissions(long companyId, long groupId, String name, long roleId, long actionIdsLong, int operator)
void updateIndividualScopePermissions(long companyId, long groupId, String name, PermissionedModel permissionedModel, long roleId, long actionIdsLong, int operator)
@Indexable(type=REINDEX) ResourceBlock updateResourceBlock(ResourceBlock resourceBlock)
resourceBlock
- the resource block@Transactional(isolation=READ_COMMITTED, propagation=REQUIRES_NEW) ResourceBlock updateResourceBlockId(long companyId, long groupId, String name, PermissionedModel permissionedModel, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
void verifyResourceBlockId(long companyId, String name, long primKey) throws PortalException
PortalException