Package overit.geocall.platform
Interface Scoped
- All Known Implementing Classes:
BaseIdentity,Company,Identity
public interface Scoped
Interface that define an instance whose belongs to a company and is related to a specific user.
-
Field Details
-
contextScope
-
-
Method Details
-
bind
Bind the identity to the context identity- Parameters:
scoped- the identity to bind
-
current
Returns the current context identity- Returns:
- The current context identity
-
unbind
static void unbind()Unbind the identity from the context identity -
with
-
with
-
getCompany
Company getCompany() -
getUser
Long getUser() -
getUsername
String getUsername() -
getBranch
Long getBranch() -
getBranchDescription
String getBranchDescription() -
getDBFieldMap
DBFieldMap getDBFieldMap() -
getDBClientIdentifier
String getDBClientIdentifier() -
getFunctions
-