Class PartyApplicationEditorUseDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.PartyApplicationEditorUseDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyApplicationEditorUseDetailPartyApplicationEditorUseDetail
(PartyApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyApplicationEditorUseDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getApplicationEditor
(EntityPermission entityPermission) getApplicationEditor
(Session session) getApplicationEditor
(Session session, EntityPermission entityPermission) getApplicationEditorForUpdate
(Session session) boolean
getApplicationEditorUse
(EntityPermission entityPermission) getApplicationEditorUse
(Session session) getApplicationEditorUse
(Session session, EntityPermission entityPermission) getApplicationEditorUseForUpdate
(Session session) boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyApplicationEditorUse
(EntityPermission entityPermission) getPartyApplicationEditorUse
(Session session) getPartyApplicationEditorUse
(Session session, EntityPermission entityPermission) boolean
getPartyForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setApplicationEditorPK
(ApplicationEditorPK applicationEditorPK) void
void
setApplicationEditorUsePK
(ApplicationEditorUsePK applicationEditorUsePK) void
setFromTime
(Long fromTime) void
void
void
void
setPartyApplicationEditorUsePK
(PartyApplicationEditorUsePK partyApplicationEditorUsePK) void
setPartyPK
(PartyPK partyPK) void
setPreferredHeight
(Integer preferredHeight) void
setPreferredWidth
(Integer preferredWidth) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyApplicationEditorUseDetail
Creates a new instance of PartyApplicationEditorUseDetail- Throws:
PersistenceException
-
PartyApplicationEditorUseDetail
public PartyApplicationEditorUseDetail(PartyApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyApplicationEditorUseDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPartyApplicationEditorUseDetailValue
-
setPartyApplicationEditorUseDetailValue
public void setPartyApplicationEditorUseDetailValue(PartyApplicationEditorUseDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyApplicationEditorUsePK
-
getPartyApplicationEditorUse
public PartyApplicationEditorUse getPartyApplicationEditorUse(Session session, EntityPermission entityPermission) -
getPartyApplicationEditorUse
-
getPartyApplicationEditorUse
-
getPartyApplicationEditorUse
-
getPartyApplicationEditorUseForUpdate
-
getPartyApplicationEditorUseForUpdate
-
setPartyApplicationEditorUsePK
public void setPartyApplicationEditorUsePK(PartyApplicationEditorUsePK partyApplicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyApplicationEditorUse
-
getPartyApplicationEditorUsePKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getApplicationEditorUsePK
-
getApplicationEditorUse
public ApplicationEditorUse getApplicationEditorUse(Session session, EntityPermission entityPermission) -
getApplicationEditorUse
-
getApplicationEditorUse
-
getApplicationEditorUse
-
getApplicationEditorUseForUpdate
-
getApplicationEditorUseForUpdate
-
setApplicationEditorUsePK
public void setApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditorUse
-
getApplicationEditorUsePKHasBeenModified
-
getApplicationEditorPK
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditorForUpdate
-
getApplicationEditorForUpdate
-
setApplicationEditorPK
public void setApplicationEditorPK(ApplicationEditorPK applicationEditorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditor
-
getApplicationEditorPKHasBeenModified
-
getPreferredHeight
-
setPreferredHeight
public void setPreferredHeight(Integer preferredHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPreferredHeightHasBeenModified
-
getPreferredWidth
-
setPreferredWidth
public void setPreferredWidth(Integer preferredWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPreferredWidthHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-